summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorKartik Mohta2018-01-13 21:32:53 -0500
committerKartik Mohta2018-01-13 21:32:53 -0500
commit5daf9f0983fc7b5eb5b39d25f710938209fbc90f (patch)
tree6a3d09bf2a9831f869ed3b52c5c4334b69ee5463
parent323bfd37e231e5af0382973fd1c56c179a9f4374 (diff)
downloadaur-5daf9f0983fc7b5eb5b39d25f710938209fbc90f.tar.gz
Update version
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD6
2 files changed, 7 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index dc4df6082d5d..d97c3251d84a 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = python-wstool
pkgdesc = workspace multi-SCM commands
- pkgver = 0.1.13
- pkgrel = 3
+ pkgver = 0.1.17
+ pkgrel = 1
url = http://wiki.ros.org/wstool
arch = any
license = BSD
@@ -10,8 +10,8 @@ pkgbase = python-wstool
depends = python-vcstools
depends = python-yaml
conflicts = python2-wstool
- source = https://files.pythonhosted.org/packages/source/w/wstool/wstool-0.1.13.tar.gz
- md5sums = 7e41a0e4f92389a6b4e115c80dd5cf10
+ source = https://files.pythonhosted.org/packages/source/w/wstool/wstool-0.1.17.tar.gz
+ md5sums = 656e6456e31dc5a43f0a9aae9efed7ea
pkgname = python-wstool
diff --git a/PKGBUILD b/PKGBUILD
index 33d06d59e5bf..527862c86fb8 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,8 +3,8 @@
pkgbase=('python-wstool')
pkgname=('python-wstool')
_module='wstool'
-pkgver='0.1.13'
-pkgrel=3
+pkgver='0.1.17'
+pkgrel=1
pkgdesc="workspace multi-SCM commands"
url="http://wiki.ros.org/wstool"
depends=('python' 'python-vcstools' 'python-yaml')
@@ -13,7 +13,7 @@ makedepends=('python-setuptools')
license=('BSD')
arch=('any')
source=("https://files.pythonhosted.org/packages/source/w/wstool/wstool-${pkgver}.tar.gz")
-md5sums=('7e41a0e4f92389a6b4e115c80dd5cf10')
+md5sums=('656e6456e31dc5a43f0a9aae9efed7ea')
build() {
cd "${srcdir}/${_module}-${pkgver}"