summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD6
2 files changed, 7 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 28ca8acb374d..ff03bdce7ec7 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = python-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 = python-rosdistro
depends = python-rospkg
depends = python-yaml
conflicts = python2-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 = python-rosdistro
diff --git a/PKGBUILD b/PKGBUILD
index 8c0f122c86e2..d946f63f9c5f 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,8 +3,8 @@
pkgbase=('python-rosdistro')
pkgname=('python-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=('python' 'python-catkin_pkg' 'python-rospkg' 'python-yaml')
@@ -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=('5ef1af890d0fc92c6920c4c86ef498cd')
+md5sums=('b101ebb1c2fd28a627e8fd78926cab20')
build() {
cd "${srcdir}/${_module}-${pkgver}"