diff options
author | Erich Eckner <git@eckner.net> | 2024-05-23 18:22:09 +0200 |
---|---|---|
committer | Erich Eckner <git@eckner.net> | 2024-05-23 18:22:09 +0200 |
commit | 193f0f017739c25bb7d4d71970d976a8ba91d7f2 (patch) | |
tree | bc4a0d87f4030f01ae01a1cacb3c57e492c6058a /plplot | |
parent | 05330b86c237d97dbd8f05a4715f08a88988fc1b (diff) | |
download | archlinuxewe-193f0f017739c25bb7d4d71970d976a8ba91d7f2.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 1f7117f0c..8d3246e31 100644 --- a/plplot/PKGBUILD +++ b/plplot/PKGBUILD @@ -5,13 +5,13 @@ # Contributor: Eric Belanger <eric@archlinux.org> pkgname=plplot pkgver=5.15.0 -pkgrel=50 +pkgrel=51 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+r58+gfc9fb69ad62' + 'gcc-libs=14.1.1+r1+g43b730b9134' 'glibc>=2.31' 'libtool=2.5.0+1+g38c166c8' 'libx11=1.8.9' |