diff options
author | Erich Eckner <erich.eckner.ext@bestsecret.com> | 2022-10-17 20:51:24 +0200 |
---|---|---|
committer | Erich Eckner <erich.eckner.ext@bestsecret.com> | 2022-10-17 20:51:24 +0200 |
commit | 41a2843debc8853dc971c6f7a7939d31e8236798 (patch) | |
tree | 1dff7991bec67f5b38afe94a6b58523932c0932a /pgplot | |
parent | 41a606a015f394e6219838574366a2c43828d021 (diff) | |
download | archlinuxewe-41a2843debc8853dc971c6f7a7939d31e8236798.tar.xz |
pgplot: rebuild
Diffstat (limited to 'pgplot')
-rw-r--r-- | pgplot/PKGBUILD | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/pgplot/PKGBUILD b/pgplot/PKGBUILD index 60a1b4966..0d7259ef3 100644 --- a/pgplot/PKGBUILD +++ b/pgplot/PKGBUILD @@ -5,7 +5,7 @@ pkgname=pgplot pkgver=5.2.2 -pkgrel=27 +pkgrel=28 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.38' 'libx11=1.8.1' - 'zlib=1:1.2.12' + 'zlib=1:1.2.13' ) depends=("${_pinned_dependencies[@]}") changelog=ChangeLog |