summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMircea Dan2020-01-15 10:08:11 -0800
committerMircea Dan2020-01-15 10:08:11 -0800
commitfd1cedc11edcf5da738311ff1c0495bf3bc6228a (patch)
tree97401011f052a2a6bed9e07867566b9cb8091b13
parent92ebc88e29070f97e04a15021d16cfdf12825036 (diff)
downloadaur-tclsoap.tar.gz
fixed a issue with package dom versioning
-rw-r--r--.SRCINFO6
-rwxr-xr-xPKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index daa1fc13c8b5..e94b4284cb37 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = tclsoap
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.
- pkgver = 1.6.7.1
+ pkgver = 1.6.7.2
pkgrel = 1
url = http://tclsoap.sourceforge.net
arch = any
@@ -9,8 +9,8 @@ pkgbase = tclsoap
depends = tclxml
optdepends = tdom: technically not needed, but you want it if you want this package
optdepends = tcllib: technically not needed, but you want it if you want this package
- source = https://github.com/ByReaL/tclsoap/archive/1.6.7.1.tar.gz
- md5sums = 9f0fbf71b095728ab932a39bf367b445
+ source = https://github.com/ByReaL/tclsoap/archive/1.6.7.2.tar.gz
+ md5sums = a6d89c7490a699e03f4246a3a080c210
pkgname = tclsoap
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