diff options
author | Erich Eckner <erich.eckner.ext@bestsecret.com> | 2022-12-01 08:19:43 +0100 |
---|---|---|
committer | Erich Eckner <erich.eckner.ext@bestsecret.com> | 2022-12-01 08:19:43 +0100 |
commit | 7ffc768e3f2cc8efa470998aff4e1c96a880f361 (patch) | |
tree | f9316f0a2b4d532a25bc469c4909c1891ae5f222 /pgplot | |
parent | ff823c5f1ea2ca2377703f3fcab482ca3547b64a (diff) | |
download | archlinuxewe-7ffc768e3f2cc8efa470998aff4e1c96a880f361.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 33f74efa3..f931b3da4 100644 --- a/pgplot/PKGBUILD +++ b/pgplot/PKGBUILD @@ -5,7 +5,7 @@ pkgname=pgplot pkgver=5.2.2 -pkgrel=29 +pkgrel=30 pkgdesc="Fortran- or C-callable, device-independent graphics package for making simple scientific graphs." url="http://www.astro.caltech.edu/~tjp/pgplot/" license=('custom') @@ -14,7 +14,7 @@ arch=('i686' 'pentium4' 'x86_64') makedepends=('gcc-fortran') _pinned_dependencies=( 'glibc>=2.31' - 'libpng=1.6.38' + 'libpng=1.6.39' 'libx11=1.8.2' 'zlib=1:1.2.13' ) |