summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorKartik Mohta2017-12-13 13:59:43 -0500
committerKartik Mohta2017-12-13 13:59:43 -0500
commit3ccafadac5fc06dd3a1bf465363eb49c400b9527 (patch)
tree8b8d9b1bb023c182011b52d22ab14007cdec30d3
parente389202d1b247c4aee47e36194e408643f7b4334 (diff)
downloadaur-3ccafadac5fc06dd3a1bf465363eb49c400b9527.tar.gz
Update version
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD6
2 files changed, 7 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 5151b23754fd..071249306679 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = python2-rosdistro
pkgdesc = A tool to work with rosdistro files
- pkgver = 0.6.2
- pkgrel = 2
+ pkgver = 0.6.3
+ pkgrel = 1
url = http://wiki.ros.org/rosdistro
arch = any
license = BSD
@@ -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.2.tar.gz
- md5sums = 5ef1af890d0fc92c6920c4c86ef498cd
+ source = https://files.pythonhosted.org/packages/source/r/rosdistro/rosdistro-0.6.3.tar.gz
+ md5sums = b101ebb1c2fd28a627e8fd78926cab20
pkgname = python2-rosdistro
diff --git a/PKGBUILD b/PKGBUILD
index c917a59680d9..3676d972ad86 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,8 +3,8 @@
pkgbase=('python2-rosdistro')
pkgname=('python2-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=('python2' 'python2-catkin_pkg' 'python2-rospkg' 'python2-yaml')
@@ -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=('5ef1af890d0fc92c6920c4c86ef498cd')
+md5sums=('b101ebb1c2fd28a627e8fd78926cab20')
build() {
cd "${srcdir}/${_module}-${pkgver}"