summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD6
1 files changed, 3 insertions, 3 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 8c0f122c86e2..d946f63f9c5f 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,8 +3,8 @@
pkgbase=('python-rosdistro')
pkgname=('python-rosdistro')
_module='rosdistro'
-pkgver='0.6.2'
-pkgrel=2
+pkgver='0.6.3'
+pkgrel=1
pkgdesc="A tool to work with rosdistro files"
url="http://wiki.ros.org/rosdistro"
depends=('python' 'python-catkin_pkg' 'python-rospkg' 'python-yaml')
@@ -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=('5ef1af890d0fc92c6920c4c86ef498cd')
+md5sums=('b101ebb1c2fd28a627e8fd78926cab20')
build() {
cd "${srcdir}/${_module}-${pkgver}"