summaryrefslogtreecommitdiff
path: root/plplot
diff options
context:
space:
mode:
authorErich Eckner <erich.eckner.ext@bestsecret.com>2022-11-16 09:41:37 +0100
committerErich Eckner <erich.eckner.ext@bestsecret.com>2022-11-16 09:41:37 +0100
commit94bf4125ff06ba07cd7e324c0c51140c612772f9 (patch)
treea0a08e2bd04b1c4d9aa43e278e2f066499f420dd /plplot
parentc983471b50df069b664cf7c40e02afefc88767a7 (diff)
downloadarchlinuxewe-94bf4125ff06ba07cd7e324c0c51140c612772f9.tar.xz
plplot: rebuild
Diffstat (limited to 'plplot')
-rw-r--r--plplot/PKGBUILD4
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[@]}")