summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorMircea Dan2020-01-15 10:08:11 -0800
committerMircea Dan2020-01-15 10:08:11 -0800
commitfd1cedc11edcf5da738311ff1c0495bf3bc6228a (patch)
tree97401011f052a2a6bed9e07867566b9cb8091b13 /PKGBUILD
parent92ebc88e29070f97e04a15021d16cfdf12825036 (diff)
downloadaur-tclsoap.tar.gz
fixed a issue with package dom versioning
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