diff options
author | Erich Eckner <git@eckner.net> | 2023-05-05 21:14:23 +0200 |
---|---|---|
committer | Erich Eckner <git@eckner.net> | 2023-05-05 21:14:23 +0200 |
commit | 5ff10d4e51123f9e87e9da300b829def4719a44b (patch) | |
tree | 154b37dd9777a08093f55ba1b7b3adc452ea67a2 /plplot/PKGBUILD | |
parent | b5a0fdbfe286c9ddd9191a2a89ae3ef95917851a (diff) | |
download | archlinuxewe-5ff10d4e51123f9e87e9da300b829def4719a44b.tar.xz |
plplot: rebuild
Diffstat (limited to 'plplot/PKGBUILD')
-rw-r--r-- | plplot/PKGBUILD | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/plplot/PKGBUILD b/plplot/PKGBUILD index 979a5a16f..556391a9b 100644 --- a/plplot/PKGBUILD +++ b/plplot/PKGBUILD @@ -5,13 +5,13 @@ # Contributor: Eric Belanger <eric@archlinux.org> pkgname=plplot pkgver=5.15.0 -pkgrel=35 +pkgrel=36 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.1' + 'gcc-libs=13.1.1' 'glibc>=2.31' 'libtool=2.4.7+4+g1ec8fa28' 'libx11=1.8.4' |