summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorKartik Mohta2019-02-03 13:49:21 -0800
committerKartik Mohta2019-02-03 13:49:21 -0800
commit9bc252f45231cf13bf8108a0ea3d3496a358a50a (patch)
tree16b5024b46c0ec081c8957ff18c83114c2806f6d
parent3278bf68dc9b28acf7fad6804e3d335e204cc594 (diff)
downloadaur-9bc252f45231cf13bf8108a0ea3d3496a358a50a.tar.gz
Update version
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index a2ba95ce5765..7c17ec8c54ea 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = python2-rosdistro
pkgdesc = A tool to work with rosdistro files
- pkgver = 0.7.1
+ pkgver = 0.7.2
pkgrel = 1
url = http://wiki.ros.org/rosdistro
arch = any
@@ -11,8 +11,8 @@ pkgbase = python2-rosdistro
depends = python2-rospkg
depends = python2-yaml
conflicts = python-rosdistro
- source = https://files.pythonhosted.org/packages/source/r/rosdistro/rosdistro-0.7.1.tar.gz
- md5sums = be7364bc4d7c87104dfaccac019fbc1f
+ source = https://files.pythonhosted.org/packages/source/r/rosdistro/rosdistro-0.7.2.tar.gz
+ md5sums = dfc33ea084fcc020410b0cfb4ee147d0
pkgname = python2-rosdistro
diff --git a/PKGBUILD b/PKGBUILD
index a2beabb82295..3efc04d0985c 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@
pkgbase='python2-rosdistro'
pkgname=('python2-rosdistro')
_module='rosdistro'
-pkgver='0.7.1'
+pkgver='0.7.2'
pkgrel=1
pkgdesc="A tool to work with rosdistro files"
url="http://wiki.ros.org/rosdistro"
@@ -13,7 +13,7 @@ makedepends=('python2-setuptools')
license=('BSD')
arch=('any')
source=("https://files.pythonhosted.org/packages/source/r/rosdistro/rosdistro-${pkgver}.tar.gz")
-md5sums=('be7364bc4d7c87104dfaccac019fbc1f')
+md5sums=('dfc33ea084fcc020410b0cfb4ee147d0')
build() {
cd "${srcdir}/${_module}-${pkgver}"