diff options
Diffstat (limited to 'plplot/PKGBUILD')
-rw-r--r-- | plplot/PKGBUILD | 9 |
1 files changed, 6 insertions, 3 deletions
diff --git a/plplot/PKGBUILD b/plplot/PKGBUILD index 396b1e799..760897e2f 100644 --- a/plplot/PKGBUILD +++ b/plplot/PKGBUILD @@ -5,19 +5,22 @@ # Contributor: Eric Belanger <eric@archlinux.org> pkgname=plplot pkgver=5.15.0 -pkgrel=71 +pkgrel=72 pkgdesc="A cross-platform software package for creating scientific plots" arch=('i686' 'pentium4' 'x86_64') url="http://plplot.sourceforge.net/" license=("LGPL" "custom") -_pinned_dependencies=( +_pinned_dependencies_x86_64=( 'gcc-libs=14.2.1+r134+gab884fffe3fc' + 'tcl=8.6.16' +) +_pinned_dependencies=( 'glibc>=2.31' 'libtool=2.5.4+r1+gbaa1fe41' 'libx11=1.8.10' - 'tcl=8.6.16' ) depends=('tk' "${_pinned_dependencies[@]}") +depends_x86_64=("${_pinned_dependencies[@]_x86_64}") makedepends=('cmake') optdepends=('qhull: calculating convex hulls' 'agg: high quality rendering engine in C++' |