tcl: update to 8.6.13

This commit is contained in:
zenobit 2023-01-05 21:07:12 +01:00 committed by Leah Neukirchen
parent 2f02de3ea2
commit f08f2565c3

View file

@ -1,6 +1,6 @@
# Template file for 'tcl'
pkgname=tcl
version=8.6.12
version=8.6.13
revision=1
build_wrksrc=unix
build_style=gnu-configure
@ -13,15 +13,11 @@ short_desc="TCL scripting language"
maintainer="Orphaned <orphan@voidlinux.org>"
license="TCL"
homepage="http://www.tcl.tk"
distfiles="${SOURCEFORGE_SITE}/${pkgname}/${pkgname}${version}-src.tar.gz"
checksum=26c995dd0f167e48b11961d891ee555f680c175f7173ff8cb829f4ebcde4c1a6
distfiles="${SOURCEFORGE_SITE}/tcl/tcl${version}-src.tar.gz"
checksum=43a1fae7412f61ff11de2cfd05d28cfc3a73762f354a417c62370a54e2caf066
shlib_provides="libtcl${version%.*}.so"
post_extract() {
vsed -i pkgs/sqlite*/Makefile.in -e 's/-DSQLITE_API=MODULE_SCOPE//g'
}
do_check() {
# thread-4.5 and thread-5* are skipped because they test UB
make test TESTFLAGS="-skip 'thread-4.5 thread-5*'"