summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorPeter Ivanov2017-12-29 07:43:20 +0100
committerPeter Ivanov2017-12-29 07:43:20 +0100
commit60e28d14e1bd0a94d979f864c0e84293c78921ac (patch)
treeb3154236d6031edde99e53a4bdc97e04995c599f
parent35217d42a2c7bab0320b38b4d5c853e4795806a0 (diff)
downloadaur-60e28d14e1bd0a94d979f864c0e84293c78921ac.tar.gz
Updated to tcl version 8.6.8
-rw-r--r--.SRCINFO10
-rw-r--r--PKGBUILD8
2 files changed, 9 insertions, 9 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 25bfce145d5a..97a2eda9e280 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,22 +1,22 @@
# Generated by mksrcinfo v8
-# Fri Sep 1 10:30:08 UTC 2017
+# Fri Dec 29 06:43:20 UTC 2017
pkgbase = tclx
pkgdesc = Provides OS primitives, file scanning, data records etc. for Tcl
pkgver = 8.4.1
- pkgrel = 7
+ pkgrel = 8
url = http://tclx.sourceforge.net
arch = i686
arch = x86_64
arch = armv6h
arch = armv7h
license = BSD
- depends = tcl=8.6.7
+ depends = tcl=8.6.8
depends = tk
source = http://downloads.sourceforge.net/sourceforge/tclx/tclx8.4.1.tar.bz2
- source = http://downloads.sourceforge.net/sourceforge/tcl/tcl8.6.7-src.tar.gz
+ source = http://downloads.sourceforge.net/sourceforge/tcl/tcl8.6.8-src.tar.gz
source = interperrorline.patch
md5sums = ac983708f23cf645c07058148f48440c
- md5sums = 5673aaf45b5de5d8dd80bb3daaeb8838
+ md5sums = 81656d3367af032e0ae6157eff134f89
md5sums = 3254188674bfa4cdf58605d0d69586d0
pkgname = tclx
diff --git a/PKGBUILD b/PKGBUILD
index dc6e31c24428..ec9a42ace169 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.7
-pkgrel=7
+_tclsrcver=8.6.8
+pkgrel=8
pkgdesc="Provides OS primitives, file scanning, data records etc. for Tcl"
url="http://tclx.sourceforge.net"
arch=('i686' 'x86_64' 'armv6h' 'armv7h')
license=('BSD')
-depends=('tcl=8.6.7' 'tk')
+depends=('tcl=8.6.8' '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'
- '5673aaf45b5de5d8dd80bb3daaeb8838'
+ "81656d3367af032e0ae6157eff134f89"
'3254188674bfa4cdf58605d0d69586d0')
#prepare() {