diff options
author | Erich Eckner <erich.eckner.ext@bestsecret.com> | 2024-10-01 08:11:49 +0200 |
---|---|---|
committer | Erich Eckner <erich.eckner.ext@bestsecret.com> | 2024-10-01 08:11:54 +0200 |
commit | cd113cc0a5c186e1c271cdf664471a6bd2a4e3ce (patch) | |
tree | 5f6d50e8e1ce7c64100c8160423e172488a74929 /plplot/PKGBUILD | |
parent | a7c21a70a4bda4c057871310ea55be32540781d9 (diff) | |
download | archlinuxewe-cd113cc0a5c186e1c271cdf664471a6bd2a4e3ce.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 dfef22991..d83489c01 100644 --- a/plplot/PKGBUILD +++ b/plplot/PKGBUILD @@ -5,7 +5,7 @@ # Contributor: Eric Belanger <eric@archlinux.org> pkgname=plplot pkgver=5.15.0 -pkgrel=60 +pkgrel=61 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.2+r1+g2fe3a3e2' + 'libtool=2.5.3' 'libx11=1.8.10' 'tcl=8.6.14' ) |