diff options
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 a43c0683c..f78ff14ab 100644 --- a/plplot/PKGBUILD +++ b/plplot/PKGBUILD @@ -5,7 +5,7 @@ # Contributor: Eric Belanger <eric@archlinux.org> pkgname=plplot pkgver=5.15.0 -pkgrel=14 +pkgrel=15 pkgdesc="A cross-platform software package for creating scientific plots" arch=('i686' 'pentium4' 'x86_64') url="http://plplot.sourceforge.net/" @@ -15,7 +15,7 @@ _pinned_dependencies=( 'glibc>=2.31' 'libtool=2.4.6+42+gb88cebd5' 'libx11=1.7.2' - 'tcl=8.6.11' + 'tcl=8.6.12' ) depends=('tk' "${_pinned_dependencies[@]}") makedepends=('cmake') |