summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorKartik Mohta2018-04-13 21:23:13 -0400
committerKartik Mohta2018-04-13 21:23:13 -0400
commitd87a1a21bee84fe77d21014bb8ddade55846be9b (patch)
tree5eb00894580bded9eaa37c8f28a4261962f89c2b /PKGBUILD
parent4ece45483d8205ed256bb4d366260039389b7fd0 (diff)
downloadaur-d87a1a21bee84fe77d21014bb8ddade55846be9b.tar.gz
Update version
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
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}"