summaryrefslogtreecommitdiff
path: root/plplot/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'plplot/PKGBUILD')
-rw-r--r--plplot/PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/plplot/PKGBUILD b/plplot/PKGBUILD
index 556391a9b..c3361deed 100644
--- a/plplot/PKGBUILD
+++ b/plplot/PKGBUILD
@@ -5,7 +5,7 @@
# Contributor: Eric Belanger <eric@archlinux.org>
pkgname=plplot
pkgver=5.15.0
-pkgrel=36
+pkgrel=37
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=13.1.1'
'glibc>=2.31'
'libtool=2.4.7+4+g1ec8fa28'
- 'libx11=1.8.4'
+ 'libx11=1.8.5'
'tcl=8.6.13'
)
depends=('tk' "${_pinned_dependencies[@]}")