summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 6ff1b98b0581..91f13d26d43b 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,14 +1,14 @@
pkgbase = python2-rosdistro
pkgdesc = A tool to work with rosdistro files
- pkgver = 0.3.5
+ pkgver = 0.4.1
pkgrel = 1
url = http://wiki.ros.org/rosdistro
arch = any
license = BSD, MIT
makedepends = python2
depends = python2
- source = https://pypi.python.org/packages/source/r/rosdistro/rosdistro-0.3.5.tar.gz
- md5sums = 23ab4292ee777a56962b6ae9ebff306a
+ source = https://pypi.python.org/packages/source/r/rosdistro/rosdistro-0.4.1.tar.gz
+ md5sums = 722000b0872edabb55371c5ce964efd5
pkgname = python2-rosdistro
diff --git a/PKGBUILD b/PKGBUILD
index 985bfc294391..2c6fb57befaf 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
#Automatically generated by pip2arch on 2014-06-09
pkgname=python2-rosdistro
-pkgver=0.3.5
+pkgver=0.4.1
pkgrel=1
pkgdesc="A tool to work with rosdistro files"
url="http://wiki.ros.org/rosdistro"
@@ -10,7 +10,7 @@ makedepends=('python2')
license=('BSD, MIT')
arch=('any')
source=("https://pypi.python.org/packages/source/r/rosdistro/rosdistro-$pkgver.tar.gz")
-md5sums=('23ab4292ee777a56962b6ae9ebff306a')
+md5sums=('722000b0872edabb55371c5ce964efd5')
build() {
cd $srcdir/rosdistro-$pkgver