diff options
author | Erich Eckner <erich.eckner.ext@bestsecret.com> | 2022-11-16 09:41:37 +0100 |
---|---|---|
committer | Erich Eckner <erich.eckner.ext@bestsecret.com> | 2022-11-16 09:41:37 +0100 |
commit | 94bf4125ff06ba07cd7e324c0c51140c612772f9 (patch) | |
tree | a0a08e2bd04b1c4d9aa43e278e2f066499f420dd /plplot | |
parent | c983471b50df069b664cf7c40e02afefc88767a7 (diff) | |
download | archlinuxewe-94bf4125ff06ba07cd7e324c0c51140c612772f9.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 45c9a1bf6..3ea27df24 100644 --- a/plplot/PKGBUILD +++ b/plplot/PKGBUILD @@ -5,7 +5,7 @@ # Contributor: Eric Belanger <eric@archlinux.org> pkgname=plplot pkgver=5.15.0 -pkgrel=28 +pkgrel=29 pkgdesc="A cross-platform software package for creating scientific plots" arch=('i686' 'pentium4' 'x86_64') url="http://plplot.sourceforge.net/" @@ -14,7 +14,7 @@ _pinned_dependencies=( 'gcc-libs=12.2.0' 'glibc>=2.31' 'libtool=2.4.7' - 'libx11=1.8.1' + 'libx11=1.8.2' 'tcl=8.6.12' ) depends=('tk' "${_pinned_dependencies[@]}") |