summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorKartik Mohta2018-08-10 22:05:12 -0400
committerKartik Mohta2018-08-10 22:05:12 -0400
commit97d4f10debc5c5f928d586a8bc839cd7f1226881 (patch)
treefbd3d9ae4fc5dbab40939c38c81d2e2d1a4b48e2
parentdce858f25b6710f1070dba563e52a9277f64808c (diff)
downloadaur-97d4f10debc5c5f928d586a8bc839cd7f1226881.tar.gz
Update version
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 87af5c406814..12535e61bf56 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = python2-rosdistro
pkgdesc = A tool to work with rosdistro files
- pkgver = 0.6.8
+ pkgver = 0.6.9
pkgrel = 1
url = http://wiki.ros.org/rosdistro
arch = any
@@ -11,8 +11,8 @@ pkgbase = python2-rosdistro
depends = python2-rospkg
depends = python2-yaml
conflicts = python-rosdistro
- source = https://files.pythonhosted.org/packages/source/r/rosdistro/rosdistro-0.6.8.tar.gz
- md5sums = a95f20c9efcdfea08d67d44f7176b6d7
+ source = https://files.pythonhosted.org/packages/source/r/rosdistro/rosdistro-0.6.9.tar.gz
+ md5sums = 2fe56c85936c0f944e405d6e5f025f5d
pkgname = python2-rosdistro
diff --git a/PKGBUILD b/PKGBUILD
index 8bf769282682..30b9e3d439e4 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@
pkgbase=('python2-rosdistro')
pkgname=('python2-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=('python2-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}"