diff options
-rw-r--r-- | pgplot/PKGBUILD | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/pgplot/PKGBUILD b/pgplot/PKGBUILD index 05252fe26..bf2f24e5e 100644 --- a/pgplot/PKGBUILD +++ b/pgplot/PKGBUILD @@ -5,7 +5,7 @@ pkgname=pgplot pkgver=5.2.2 -pkgrel=19 +pkgrel=20 pkgdesc="Fortran- or C-callable, device-independent graphics package for making simple scientific graphs." url="http://www.astro.caltech.edu/~tjp/pgplot/" license=('custom') @@ -16,7 +16,7 @@ _pinned_dependencies=( 'glibc>=2.31' 'libpng=1.6.37' 'libx11=1.7.3.1' - 'zlib=1:1.2.11' + 'zlib=1:1.2.12' ) depends=("${_pinned_dependencies[@]}") changelog=ChangeLog |