diff options
author | Erich Eckner <git@eckner.net> | 2020-08-25 09:16:42 +0200 |
---|---|---|
committer | Erich Eckner <git@eckner.net> | 2020-08-25 09:16:42 +0200 |
commit | 93cfd453c69ce1c7b9572ebc9fc3a24f4a02d629 (patch) | |
tree | 35a6964f01560c429ce925a79e1901885e54901d /plplot | |
parent | 3f319999ee0f368a7db1a3eee9aa9b43fb7cabde (diff) | |
download | archlinuxewe-93cfd453c69ce1c7b9572ebc9fc3a24f4a02d629.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 d3ee4ef7a..09e53cdf8 100644 --- a/plplot/PKGBUILD +++ b/plplot/PKGBUILD @@ -5,13 +5,13 @@ # Contributor: Eric Belanger <eric@archlinux.org> pkgname=plplot pkgver=5.15.0 -pkgrel=7 +pkgrel=8 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=10.1.0' + 'gcc-libs=10.2.0' 'glibc>=2.31' 'libtool=2.4.6+42+gb88cebd5' 'libx11=1.6.11' |