diff options
author | Erich Eckner <erich.eckner.ext@bestsecret.com> | 2024-08-06 16:43:51 +0200 |
---|---|---|
committer | Erich Eckner <erich.eckner.ext@bestsecret.com> | 2024-08-06 16:43:51 +0200 |
commit | c5f5b374b75497ea547556074ad3360c924cdaf7 (patch) | |
tree | 23132cd13a20482b8345f2a0ca60457977c4a862 | |
parent | 6540f02c5c7b9610faf670ef9d5371f217826d23 (diff) | |
download | archlinuxewe-c5f5b374b75497ea547556074ad3360c924cdaf7.tar.xz |
plplot: rebuild
-rw-r--r-- | plplot/PKGBUILD | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/plplot/PKGBUILD b/plplot/PKGBUILD index a01e8a8e5..757694cdd 100644 --- a/plplot/PKGBUILD +++ b/plplot/PKGBUILD @@ -5,7 +5,7 @@ # Contributor: Eric Belanger <eric@archlinux.org> pkgname=plplot pkgver=5.15.0 -pkgrel=56 +pkgrel=57 pkgdesc="A cross-platform software package for creating scientific plots" arch=('i686' 'pentium4' 'x86_64') url="http://plplot.sourceforge.net/" @@ -14,7 +14,7 @@ _pinned_dependencies=( 'gcc-libs=14.2.1+r26+g14fa2b2ae7f' 'glibc>=2.31' 'libtool=2.5.1' - 'libx11=1.8.9' + 'libx11=1.8.10' 'tcl=8.6.14' ) depends=('tk' "${_pinned_dependencies[@]}") |