summaryrefslogtreecommitdiff
path: root/plplot
diff options
context:
space:
mode:
authorErich Eckner <erich.eckner.ext@bestsecret.com>2023-10-09 11:07:20 +0200
committerErich Eckner <erich.eckner.ext@bestsecret.com>2023-10-09 11:07:20 +0200
commit19d8bcbc088b1b4a133578a7211587b91dd06153 (patch)
treecd2a911afd176544bc37400a2349a93b43692231 /plplot
parent3a7e603692a2e4903d3c3aff1bc8735e81cbac2a (diff)
downloadarchlinuxewe-19d8bcbc088b1b4a133578a7211587b91dd06153.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 26beef9ac..d25350cef 100644
--- a/plplot/PKGBUILD
+++ b/plplot/PKGBUILD
@@ -5,7 +5,7 @@
# Contributor: Eric Belanger <eric@archlinux.org>
pkgname=plplot
pkgver=5.15.0
-pkgrel=43
+pkgrel=44
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.2.1'
'glibc>=2.31'
'libtool=2.4.7+4+g1ec8fa28'
- 'libx11=1.8.6'
+ 'libx11=1.8.7'
'tcl=8.6.13'
)
depends=('tk' "${_pinned_dependencies[@]}")