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 d946f63f9c5f..7cecd6fce12c 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@
pkgbase=('python-rosdistro')
pkgname=('python-rosdistro')
_module='rosdistro'
-pkgver='0.6.3'
+pkgver='0.6.4'
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=('b101ebb1c2fd28a627e8fd78926cab20')
+md5sums=('56affbbbf3fb979aa674c853b8803ed7')
build() {
cd "${srcdir}/${_module}-${pkgver}"