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 7a59b0c96fc5..78fc292f0f40 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,6 +1,6 @@
# Maintainer: Markus Moser<marmoser@wu.ac.at>
pkgname=naviserver-tclthread
-pkgver=2.7.2
+pkgver=2.7.3
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=("e025dbfa2dcd13e5feb4d06f6a00b2b7")
+md5sums=("a7f744148b2cc1cd5a0d9a704778a971")
build() {
cd thread${pkgver}/unix