summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorErich Eckner <erich.eckner.ext@bestsecret.com>2022-12-01 08:19:43 +0100
committerErich Eckner <erich.eckner.ext@bestsecret.com>2022-12-01 08:19:43 +0100
commit7ffc768e3f2cc8efa470998aff4e1c96a880f361 (patch)
treef9316f0a2b4d532a25bc469c4909c1891ae5f222
parentff823c5f1ea2ca2377703f3fcab482ca3547b64a (diff)
downloadarchlinuxewe-7ffc768e3f2cc8efa470998aff4e1c96a880f361.tar.xz
pgplot: rebuild
-rw-r--r--pgplot/PKGBUILD4
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'
)