summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'PKGBUILD')
-rwxr-xr-xPKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 68074ab1e505..8778263784f2 100755
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -8,7 +8,7 @@
#https://bbs.archlinux.org/viewtopic.php?id=243517
pkgname=tclsoap
-pkgver=1.6.7.1
+pkgver=1.6.7.2
pkgrel=1
pkgdesc="The package provides a mechanism to bind Tcl command procedures to remote procedure calls using the Simple Object Access Protocol (SOAP) and XML-RPC over HTTP. Both client and server code is provided."
url="http://tclsoap.sourceforge.net"
@@ -20,7 +20,7 @@ optdepends=(
'tcllib: technically not needed, but you want it if you want this package'
)
source=("https://github.com/ByReaL/tclsoap/archive/$pkgver.tar.gz")
-md5sums=('9f0fbf71b095728ab932a39bf367b445')
+md5sums=('a6d89c7490a699e03f4246a3a080c210')
build() {
cd $srcdir/$pkgname-$pkgver