diff options
author | Erich Eckner <git@eckner.net> | 2024-06-20 20:47:29 +0200 |
---|---|---|
committer | Erich Eckner <git@eckner.net> | 2024-06-20 20:47:29 +0200 |
commit | 7ba8533131fa0a834725ce3a87ea77b352f21a50 (patch) | |
tree | ff8be814d9adb5e7428e6851008736e041869daa /plplot | |
parent | ed373c1f40319c360dede53ff2304c9288ae92e5 (diff) | |
download | archlinuxewe-7ba8533131fa0a834725ce3a87ea77b352f21a50.tar.xz |
plplot: rebuild
Diffstat (limited to 'plplot')
-rw-r--r-- | plplot/PKGBUILD | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/plplot/PKGBUILD b/plplot/PKGBUILD index b5ab59d06..e6914e3f2 100644 --- a/plplot/PKGBUILD +++ b/plplot/PKGBUILD @@ -5,7 +5,7 @@ # Contributor: Eric Belanger <eric@archlinux.org> pkgname=plplot pkgver=5.15.0 -pkgrel=52 +pkgrel=53 pkgdesc="A cross-platform software package for creating scientific plots" arch=('i686' 'pentium4' 'x86_64') url="http://plplot.sourceforge.net/" @@ -13,7 +13,7 @@ license=("LGPL" "custom") _pinned_dependencies=( 'gcc-libs=14.1.1+r58+gfc9fb69ad62' 'glibc>=2.31' - 'libtool=2.5.0+1+g38c166c8' + 'libtool=2.5.0+14+g9a4a0261' 'libx11=1.8.9' 'tcl=8.6.14' ) |