summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index a848d98db199..06aad854d312 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = python-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 = python-rosdistro
depends = python-rospkg
depends = python-yaml
conflicts = python2-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 = python-rosdistro
diff --git a/PKGBUILD b/PKGBUILD
index ccbd7716ef7c..8dfe3824dcd3 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@
pkgbase='python-rosdistro'
pkgname=('python-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=('python-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}"