diff options
author | Erich Eckner <erich.eckner.ext@bestsecret.com> | 2024-12-02 12:19:55 +0100 |
---|---|---|
committer | Erich Eckner <erich.eckner.ext@bestsecret.com> | 2024-12-02 12:19:55 +0100 |
commit | 5079c31ad564d326e5ae4bbf748838167d6896ce (patch) | |
tree | 68457f0e7461daa08e22725ba652bfcb532d4e97 | |
parent | b6480096bfc13384e6fd712a4aad8d62b00059dc (diff) | |
download | archlinuxewe-5079c31ad564d326e5ae4bbf748838167d6896ce.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 d83489c01..dd2e59104 100644 --- a/plplot/PKGBUILD +++ b/plplot/PKGBUILD @@ -5,7 +5,7 @@ # Contributor: Eric Belanger <eric@archlinux.org> pkgname=plplot pkgver=5.15.0 -pkgrel=61 +pkgrel=62 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.2.1+r134+gab884fffe3fc' 'glibc>=2.31' - 'libtool=2.5.3' + 'libtool=2.5.4+r1+gbaa1fe41' 'libx11=1.8.10' 'tcl=8.6.14' ) |