summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorPeter Ivanov2017-08-21 10:02:42 +0200
committerPeter Ivanov2017-08-21 10:02:42 +0200
commitb43d796b3f32e8e4f8cae3ddbc710e3f747e17c7 (patch)
treecfcd89245e9fbdac678a3590f49095cab8d52b5a
parentdd4d9e40670455418ce480c41b009cb35cdb2ef3 (diff)
downloadaur-b43d796b3f32e8e4f8cae3ddbc710e3f747e17c7.tar.gz
Adapted to tcl 8.6.7
-rw-r--r--.SRCINFO10
-rw-r--r--PKGBUILD8
2 files changed, 8 insertions, 10 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 8f23f3f6118f..bf0718808810 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,21 +1,19 @@
-# Generated by mksrcinfo v8
-# Sat Aug 6 18:01:54 UTC 2016
pkgbase = tclx
pkgdesc = Provides OS primitives, file scanning, data records etc. for Tcl
pkgver = 8.4.1
- pkgrel = 5
+ pkgrel = 6
url = http://tclx.sourceforge.net
arch = i686
arch = x86_64
arch = armv6h
license = BSD
- depends = tcl=8.6.6
+ depends = tcl=8.6.7
depends = tk
source = http://downloads.sourceforge.net/sourceforge/tclx/tclx8.4.1.tar.bz2
- source = http://downloads.sourceforge.net/sourceforge/tcl/tcl8.6.6-src.tar.gz
+ source = http://downloads.sourceforge.net/sourceforge/tcl/tcl8.6.7-src.tar.gz
source = interperrorline.patch
md5sums = ac983708f23cf645c07058148f48440c
- md5sums = 5193aea8107839a79df8ac709552ecb7
+ md5sums = 5673aaf45b5de5d8dd80bb3daaeb8838
md5sums = 3254188674bfa4cdf58605d0d69586d0
pkgname = tclx
diff --git a/PKGBUILD b/PKGBUILD
index b52b92e74701..3ed44def1468 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.1
-_tclsrcver=8.6.6
-pkgrel=5
+_tclsrcver=8.6.7
+pkgrel=6
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.6' 'tk')
+depends=('tcl=8.6.7' '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=('ac983708f23cf645c07058148f48440c'
- '5193aea8107839a79df8ac709552ecb7'
+ '5673aaf45b5de5d8dd80bb3daaeb8838'
'3254188674bfa4cdf58605d0d69586d0')
#prepare() {