summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorPeter Ivanov2016-05-29 10:41:57 +0200
committerPeter Ivanov2016-05-29 10:41:57 +0200
commit034947af9e5927bb39e4b3dc9ae6d3956e848c19 (patch)
tree7cadd4d68799387a71577ba66e1e5c3e74ab1982
parent4f8488ad5521a0a182d88fbf0e901b03e20a9c7e (diff)
downloadaur-034947af9e5927bb39e4b3dc9ae6d3956e848c19.tar.gz
Updated to tcl 8.6.5
-rw-r--r--PKGBUILD6
1 files changed, 3 insertions, 3 deletions
diff --git a/PKGBUILD b/PKGBUILD
index cf719530eab8..766f75794231 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,18 +3,18 @@
# Contributors: Flemming Madsen (arch at themadsens dot dk), Sébastien Duquette <ekse.0x@gmail.com>
pkgname=tclx
pkgver=8.4
-_tclsrcver=8.6.4
+_tclsrcver=8.6.5
pkgrel=4
pkgdesc="Provides OS primitives, file scanning, data records etc. for Tcl"
url="http://tclx.sourceforge.net"
arch=('i686' 'x86_64' 'armv6h')
license=('BSD')
-depends=('tcl=8.6.4' 'tk')
+depends=('tcl=8.6.5' 'tk')
source=("http://downloads.sourceforge.net/sourceforge/tclx/tclx${pkgver}.tar.bz2" \
"http://downloads.sourceforge.net/sourceforge/tcl/tcl${_tclsrcver}-src.tar.gz" \
"interperrorline.patch")
md5sums=('395c2fbe35e1723570b005161b9fc8f8'
- 'd7cbb91f1ded1919370a30edd1534304'
+ '0e6426a4ca9401825fbc6ecf3d89a326'
'3254188674bfa4cdf58605d0d69586d0')
prepare() {