summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorKartik Mohta2017-12-13 13:59:20 -0500
committerKartik Mohta2017-12-13 13:59:20 -0500
commita470be145fdc9249bc0e316d07cd875f6c906ddd (patch)
treece80d944e909ba8705bd4595a4fb65cd91998f65 /PKGBUILD
parentf4cf1b0867fcbe402a207fb3fab8c453cdb598b2 (diff)
downloadaur-a470be145fdc9249bc0e316d07cd875f6c906ddd.tar.gz
Update version
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}"