summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorKartik Mohta2018-08-10 22:06:15 -0400
committerKartik Mohta2018-08-10 22:06:15 -0400
commit834cb7d973b414d01003ed20a20a01bced2142ec (patch)
tree67447e45a52a7e80da4ae31bee6e06f6fde96318 /PKGBUILD
parentd87a1a21bee84fe77d21014bb8ddade55846be9b (diff)
downloadaur-834cb7d973b414d01003ed20a20a01bced2142ec.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 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}"