summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
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}"