summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorPeter Ivanov2022-11-23 18:12:09 +0100
committerPeter Ivanov2022-11-23 18:12:09 +0100
commit0d9bbac3beb88419edd1e387e435e4f48e0c293a (patch)
treebf5f5db881a984aeb50f645a32b5924f3b35011a /PKGBUILD
parent936b341f24a9238c4ec8895680579c4cd3a9994a (diff)
downloadaur-0d9bbac3beb88419edd1e387e435e4f48e0c293a.tar.gz
Updated to TCL version 8.6.13
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD8
1 files changed, 4 insertions, 4 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 3c42ef6a2c87..b0e1a1aac7a7 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.12
-pkgrel=4
+_tclsrcver=8.6.13
+pkgrel=5
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.12' 'tk' 'libtirpc')
+depends=('tcl=8.6.13' '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'
- '87ea890821d2221f2ab5157bc5eb885f'
+ '0e4358aade2f5db8a8b6f2f6d9481ec2'
'3254188674bfa4cdf58605d0d69586d0')
#prepare() {