summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorKartik Mohta2020-02-07 00:13:02 -0800
committerKartik Mohta2020-02-07 00:13:02 -0800
commit952e9188337856aa4676acfc3de8e9a1eebac97c (patch)
treebacefb6a95681a99c29837ce8d3683eddde6569b
parent2720112bc7f8815e69a3d7a0cd040603be915be1 (diff)
downloadaur-952e9188337856aa4676acfc3de8e9a1eebac97c.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 e4c26b348826..2d76fd3b1990 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = python2-rosdistro
pkgdesc = A tool to work with rosdistro files
- pkgver = 0.7.5
- pkgrel = 2
+ pkgver = 0.8.0
+ 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.7.5.tar.gz
- sha256sums = 85908df55c6a930ec41b8ac2d1574c578c4049d8337f4b1843113bec001e6fe6
+ source = https://files.pythonhosted.org/packages/source/r/rosdistro/rosdistro-0.8.0.tar.gz
+ sha256sums = 61cd06de5fbde94664734c0521c4536f893e2666e684c949e2a1c4ba24e605b9
pkgname = python2-rosdistro
diff --git a/PKGBUILD b/PKGBUILD
index 9c7b88532ef0..ea04b4322548 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,8 +3,8 @@
pkgbase='python2-rosdistro'
pkgname=('python2-rosdistro')
_module='rosdistro'
-pkgver='0.7.5'
-pkgrel=2
+pkgver='0.8.0'
+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/${_module::1}/$_module/$_module-$pkgver.tar.gz")
-sha256sums=('85908df55c6a930ec41b8ac2d1574c578c4049d8337f4b1843113bec001e6fe6')
+sha256sums=('61cd06de5fbde94664734c0521c4536f893e2666e684c949e2a1c4ba24e605b9')
build() {
cd "${srcdir}/${_module}-${pkgver}"