diff options
author | Erich Eckner <erich.eckner.ext@bestsecret.com> | 2023-08-02 09:35:48 +0200 |
---|---|---|
committer | Erich Eckner <erich.eckner.ext@bestsecret.com> | 2023-08-02 09:35:48 +0200 |
commit | 17cdff7030083e4ab16fd619bc4410917c4776b8 (patch) | |
tree | e2b0eb5c354adfc7f011079c7a1b245475ed5991 | |
parent | fbb1be10d158c4382212ec258e90652fc7535466 (diff) | |
download | archlinuxewe-17cdff7030083e4ab16fd619bc4410917c4776b8.tar.xz |
plplot: rebuild
-rw-r--r-- | plplot/PKGBUILD | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/plplot/PKGBUILD b/plplot/PKGBUILD index 33c2849c5..d1f670bf4 100644 --- a/plplot/PKGBUILD +++ b/plplot/PKGBUILD @@ -5,13 +5,13 @@ # Contributor: Eric Belanger <eric@archlinux.org> pkgname=plplot pkgver=5.15.0 -pkgrel=40 +pkgrel=41 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=13.1.1' + 'gcc-libs=13.2.1' 'glibc>=2.31' 'libtool=2.4.7+4+g1ec8fa28' 'libx11=1.8.6' |