summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorPeter Ivanov2018-11-18 15:49:17 +0100
committerPeter Ivanov2018-11-18 15:49:17 +0100
commit7a114e3b0f75700a18334c675c74035fa3d992ef (patch)
treee12c58076e55efba065c08a3d8219728868a97ca
parent68cb413d1f4952bbf34f45d403e22b9b69a1de65 (diff)
downloadaur-7a114e3b0f75700a18334c675c74035fa3d992ef.tar.gz
Updated to tcl version 8.6.9
-rw-r--r--.SRCINFO10
-rw-r--r--PKGBUILD8
2 files changed, 10 insertions, 8 deletions
diff --git a/.SRCINFO b/.SRCINFO
index bd79e7c200d3..c33587e43217 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,21 +1,23 @@
+# Generated by mksrcinfo v8
+# Sun Nov 18 14:49:17 UTC 2018
pkgbase = tclx
pkgdesc = Provides OS primitives, file scanning, data records etc. for Tcl
pkgver = 8.4.1
- pkgrel = 10
+ pkgrel = 11
url = http://tclx.sourceforge.net
arch = i686
arch = x86_64
arch = armv6h
arch = armv7h
license = BSD
- depends = tcl=8.6.8
+ depends = tcl=8.6.9
depends = tk
depends = libtirpc
source = http://downloads.sourceforge.net/sourceforge/tclx/tclx8.4.1.tar.bz2
- source = http://downloads.sourceforge.net/sourceforge/tcl/tcl8.6.8-src.tar.gz
+ source = http://downloads.sourceforge.net/sourceforge/tcl/tcl8.6.9-src.tar.gz
source = interperrorline.patch
md5sums = ac983708f23cf645c07058148f48440c
- md5sums = 81656d3367af032e0ae6157eff134f89
+ md5sums = aa0a121d95a0e7b73a036f26028538d4
md5sums = 3254188674bfa4cdf58605d0d69586d0
pkgname = tclx
diff --git a/PKGBUILD b/PKGBUILD
index 680ba782f526..aaf438a85218 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.8
-pkgrel=10
+_tclsrcver=8.6.9
+pkgrel=11
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.8' 'tk' 'libtirpc')
+depends=('tcl=8.6.9' 'tk' 'libtirpc')
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'
- "81656d3367af032e0ae6157eff134f89"
+ "aa0a121d95a0e7b73a036f26028538d4"
'3254188674bfa4cdf58605d0d69586d0')
#prepare() {