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