diff options
author | Erich Eckner <erich.eckner.ext@bestsecret.com> | 2024-05-23 15:02:09 +0200 |
---|---|---|
committer | Erich Eckner <erich.eckner.ext@bestsecret.com> | 2024-05-23 15:02:09 +0200 |
commit | ae0c1c6c4d477fcd5e0ca28b134bb7d694cd42b3 (patch) | |
tree | 7a29f7d095690e5996ddb5c937934ac60307e7c7 /plplot | |
parent | abd1ee7b1403f3d0b626520c4779e87d6a232c33 (diff) | |
download | archlinuxewe-ae0c1c6c4d477fcd5e0ca28b134bb7d694cd42b3.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 4670a6ae8..1f7117f0c 100644 --- a/plplot/PKGBUILD +++ b/plplot/PKGBUILD @@ -5,13 +5,13 @@ # Contributor: Eric Belanger <eric@archlinux.org> pkgname=plplot pkgver=5.15.0 -pkgrel=49 +pkgrel=50 pkgdesc="A cross-platform software package for creating scientific plots" arch=('i686' 'pentium4' 'x86_64') url="http://plplot.sourceforge.net/" license=("LGPL" "custom") _pinned_dependencies=( - 'gcc-libs=14.1.1+r1+g43b730b9134' + 'gcc-libs=14.1.1+r58+gfc9fb69ad62' 'glibc>=2.31' 'libtool=2.5.0+1+g38c166c8' 'libx11=1.8.9' |