summaryrefslogtreecommitdiff
path: root/pgplot
diff options
context:
space:
mode:
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')