summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorKartik Mohta2019-01-13 02:07:56 -0800
committerKartik Mohta2019-01-13 02:07:56 -0800
commit9fd448463a0e1e70d68712d5c0f5955173e077bb (patch)
treee08c5b9a0f80bdd6d7bc9dd0224fd73369e475fd /PKGBUILD
parenteb40be88bf6361cb9b519b8db76c61c35f8caeae (diff)
downloadaur-9fd448463a0e1e70d68712d5c0f5955173e077bb.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 44524527971e..ccbd7716ef7c 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@
pkgbase='python-rosdistro'
pkgname=('python-rosdistro')
_module='rosdistro'
-pkgver='0.6.9'
+pkgver='0.7.1'
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=('2fe56c85936c0f944e405d6e5f025f5d')
+md5sums=('be7364bc4d7c87104dfaccac019fbc1f')
build() {
cd "${srcdir}/${_module}-${pkgver}"