diff options
author | Erich Eckner <erich.eckner.ext@bestsecret.com> | 2024-09-02 08:22:06 +0200 |
---|---|---|
committer | Erich Eckner <erich.eckner.ext@bestsecret.com> | 2024-09-02 08:22:06 +0200 |
commit | b14f79d03d52cdecb292416158cfe12b55638ae9 (patch) | |
tree | aeef8e5bf27c10db5d909597010670e62850e7c0 /plplot/PKGBUILD | |
parent | e25e5abfa795e8e22eb673955ddba693d1992d4f (diff) | |
download | archlinuxewe-b14f79d03d52cdecb292416158cfe12b55638ae9.tar.xz |
plplot: rebuild
Diffstat (limited to 'plplot/PKGBUILD')
-rw-r--r-- | plplot/PKGBUILD | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/plplot/PKGBUILD b/plplot/PKGBUILD index 27a7d464c..e3e9a8665 100644 --- a/plplot/PKGBUILD +++ b/plplot/PKGBUILD @@ -5,7 +5,7 @@ # Contributor: Eric Belanger <eric@archlinux.org> pkgname=plplot pkgver=5.15.0 -pkgrel=58 +pkgrel=59 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+r32+geccf707e5ce' 'glibc>=2.31' - 'libtool=2.5.1' + 'libtool=2.5.2+r1+g2fe3a3e2' 'libx11=1.8.10' 'tcl=8.6.14' ) |