summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 501a6bc7f7f7..b49f892bd07f 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,6 +1,6 @@
# Maintainer: Markus Moser<marmoser@wu.ac.at>
pkgname=naviserver-tclthread
-pkgver=2.8.5
+pkgver=2.8.8
pkgrel=1
pkgdesc="Provides tcl thread library for naviserver. You can use this extension to gain script-level access to Tcl threading capabilities."
_ns_install_dir="/usr/lib/naviserver"
@@ -9,7 +9,7 @@ url="http://tcl.sourceforge.net"
license=('custom')
depends=('tcl' 'naviserver')
source=("http://downloads.sourceforge.net/project/tcl/Thread%20Extension/${pkgver}/thread${pkgver}.tar.gz")
-md5sums=("492821a819868432e9832992655fd4de")
+md5sums=("871a3029746d9a40913d78e7db46a81d")
build() {
cd thread${pkgver}/unix