summaryrefslogtreecommitdiff
path: root/pgplot
diff options
context:
space:
mode:
authorErich Eckner <git@eckner.net>2020-06-05 11:17:32 +0200
committerErich Eckner <git@eckner.net>2020-06-05 11:17:32 +0200
commit56ae3004c84f9fdbe14fda9034a65dec768448f5 (patch)
tree7e463b24de9ae76ccf67002fb3fd24bad56cf998 /pgplot
parenteb30a775cfc63871db2ee61dbb873fcd4594a0e4 (diff)
downloadarchlinuxewe.git.save-56ae3004c84f9fdbe14fda9034a65dec768448f5.tar.xz
pgplot: rebuild
Diffstat (limited to 'pgplot')
-rw-r--r--pgplot/PKGBUILD10
1 files changed, 8 insertions, 2 deletions
diff --git a/pgplot/PKGBUILD b/pgplot/PKGBUILD
index 1bb38ad6..c35b3af6 100644
--- a/pgplot/PKGBUILD
+++ b/pgplot/PKGBUILD
@@ -5,14 +5,20 @@
pkgname=pgplot
pkgver=5.2.2
-pkgrel=10
+pkgrel=11
pkgdesc="Fortran- or C-callable, device-independent graphics package for making simple scientific graphs."
url="http://www.astro.caltech.edu/~tjp/pgplot/"
license=('custom')
options=(!makeflags)
arch=('i686' 'pentium4' 'x86_64')
makedepends=('gcc-fortran')
-depends=('libpng' 'libx11')
+_pinned_dependencies=(
+ 'glibc>=2.31'
+ 'libpng=1.6.37'
+ 'libx11=1.6.9'
+ 'zlib=1:1.2.11'
+)
+depends=("${_pinned_dependencies[@]}")
changelog=ChangeLog
source=(ftp://ftp.astro.caltech.edu/pub/pgplot/${pkgname}${pkgver//./}.tar.gz pndriv.c.patch)
md5sums=('e8a6e8d0d5ef9d1709dfb567724525ae' '25535f059b2e39ea44f93c24a41abacd')