summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorPeter Ivanov2021-11-07 09:58:55 +0100
committerPeter Ivanov2021-11-07 09:58:55 +0100
commit936b341f24a9238c4ec8895680579c4cd3a9994a (patch)
treeb05dff865bcdabd64bb5ddf5c302ca89d81d9b32 /PKGBUILD
parentd682fc2141e73b6d421deb4e9bd6124e1ed58edd (diff)
downloadaur-936b341f24a9238c4ec8895680579c4cd3a9994a.tar.gz
Adapted to Tcl version 8.6.12
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD8
1 files changed, 4 insertions, 4 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 84a203c7fc94..3c42ef6a2c87 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.4
-_tclsrcver=8.6.11
-pkgrel=3
+_tclsrcver=8.6.12
+pkgrel=4
pkgdesc="Provides OS primitives, file scanning, data records etc. for Tcl"
url="https://github.com/flightaware/tclx"
arch=('i686' 'x86_64' 'armv6h' 'armv7h' 'aarch64')
license=('BSD')
-depends=('tcl=8.6.11' 'tk' 'libtirpc')
+depends=('tcl=8.6.12' 'tk' 'libtirpc')
source=("https://github.com/flightaware/tclx/archive/v${pkgver}.tar.gz" \
"http://downloads.sourceforge.net/sourceforge/tcl/tcl${_tclsrcver}-src.tar.gz" \
"interperrorline.patch")
md5sums=('7ab5ccc83a46b41e0f9e757d04001ecd'
- '8a4c004f48984a03a7747e9ba06e4da4'
+ '87ea890821d2221f2ab5157bc5eb885f'
'3254188674bfa4cdf58605d0d69586d0')
#prepare() {