diff options
author | Erich Eckner <erich.eckner.ext@bestsecret.com> | 2023-01-18 10:25:49 +0100 |
---|---|---|
committer | Erich Eckner <erich.eckner.ext@bestsecret.com> | 2023-01-18 10:25:49 +0100 |
commit | 28c140329c5ddd8515df2b6014ed4d52161a64f6 (patch) | |
tree | a49293cefb17ab567a617b9080fec5d948d67b23 | |
parent | ebce76fd07d2a3dec7cfae82ada1409484ba6118 (diff) | |
download | archlinuxewe-28c140329c5ddd8515df2b6014ed4d52161a64f6.tar.xz |
plplot: rebuild
-rw-r--r-- | plplot/PKGBUILD | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/plplot/PKGBUILD b/plplot/PKGBUILD index fb01b3462..2235c5b30 100644 --- a/plplot/PKGBUILD +++ b/plplot/PKGBUILD @@ -5,15 +5,15 @@ # Contributor: Eric Belanger <eric@archlinux.org> pkgname=plplot pkgver=5.15.0 -pkgrel=31 +pkgrel=32 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=12.2.0' + 'gcc-libs=12.2.1' 'glibc>=2.31' - 'libtool=2.4.7' + 'libtool=2.4.7+4+g1ec8fa28' 'libx11=1.8.3' 'tcl=8.6.13' ) |