summaryrefslogtreecommitdiff
path: root/plplot/PKGBUILD
diff options
context:
space:
mode:
authorErich Eckner <erich.eckner.ext@bestsecret.com>2022-12-01 08:19:43 +0100
committerErich Eckner <erich.eckner.ext@bestsecret.com>2022-12-01 08:19:43 +0100
commit79555743715d3e504140f5e0cc8661903fad6705 (patch)
tree4423c2820f6a3f7e21a0bb479ebac9dc9da7458b /plplot/PKGBUILD
parent7ffc768e3f2cc8efa470998aff4e1c96a880f361 (diff)
downloadarchlinuxewe-79555743715d3e504140f5e0cc8661903fad6705.tar.xz
plplot: rebuild
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 3ea27df24..aa808af1a 100644
--- a/plplot/PKGBUILD
+++ b/plplot/PKGBUILD
@@ -5,7 +5,7 @@
# Contributor: Eric Belanger <eric@archlinux.org>
pkgname=plplot
pkgver=5.15.0
-pkgrel=29
+pkgrel=30
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.7'
'libx11=1.8.2'
- 'tcl=8.6.12'
+ 'tcl=8.6.13'
)
depends=('tk' "${_pinned_dependencies[@]}")
makedepends=('cmake')