summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorPeter Ivanov2024-03-06 07:01:30 +0100
committerPeter Ivanov2024-03-06 07:01:30 +0100
commit4d88c30d45c59c70b86f089ab92c98637af61a40 (patch)
tree9a2f3db6952abe09dd339417028a0bb61c6e6655 /PKGBUILD
parentc08af727fe9f13a80530c94fcde1c7055bc354af (diff)
downloadaur-4d88c30d45c59c70b86f089ab92c98637af61a40.tar.gz
Adapted to Tcl version 8.6.14
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD10
1 files changed, 5 insertions, 5 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 91220d936163..b39558f70a48 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,19 +2,19 @@
# Contributor: Hussain Jasim <hussainmkj@gmail.com>
# Contributors: Flemming Madsen (arch at themadsens dot dk), Sébastien Duquette <ekse.0x@gmail.com>
pkgname=tclx
-pkgver=8.6.2
-_tclsrcver=8.6.13
+pkgver=8.6.3
+_tclsrcver=8.6.14
pkgrel=1
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.13' 'tk' 'libtirpc')
+depends=('tcl=8.6.14' 'tk' 'libtirpc')
source=("https://github.com/flightaware/tclx/archive/refs/tags/v${pkgver}.tar.gz" \
"http://downloads.sourceforge.net/sourceforge/tcl/tcl${_tclsrcver}-src.tar.gz" \
"interperrorline.patch")
-md5sums=('1591f3d11846010a0c016ccea0c866dc'
- '0e4358aade2f5db8a8b6f2f6d9481ec2'
+md5sums=('797dfa26789356e0d2010ea869889fe0'
+ 'c30b57c6051be28fa928d09aca82841e'
'3254188674bfa4cdf58605d0d69586d0')
#prepare() {