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 4fb4ed254855..702f06d30e0e 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = python-rosdistro
pkgdesc = A tool to work with rosdistro files
- pkgver = 0.6.8
+ pkgver = 0.6.9
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.6.8.tar.gz
- md5sums = a95f20c9efcdfea08d67d44f7176b6d7
+ source = https://files.pythonhosted.org/packages/source/r/rosdistro/rosdistro-0.6.9.tar.gz
+ md5sums = 2fe56c85936c0f944e405d6e5f025f5d
pkgname = python-rosdistro
diff --git a/PKGBUILD b/PKGBUILD
index 007843146bc4..3c9e587b7229 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@
pkgbase=('python-rosdistro')
pkgname=('python-rosdistro')
_module='rosdistro'
-pkgver='0.6.8'
+pkgver='0.6.9'
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=('a95f20c9efcdfea08d67d44f7176b6d7')
+md5sums=('2fe56c85936c0f944e405d6e5f025f5d')
build() {
cd "${srcdir}/${_module}-${pkgver}"