summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorKartik Mohta2020-02-07 00:15:57 -0800
committerKartik Mohta2020-02-07 00:15:57 -0800
commit0c042803781be70b5d4493e0024bdcc21b0337e8 (patch)
tree08824b372cd5ff6bede7ecf04adc3b054f72bb38 /PKGBUILD
parentded373b2cacfd1ccfe4a58ae36252540c5d89367 (diff)
downloadaur-0c042803781be70b5d4493e0024bdcc21b0337e8.tar.gz
Update version
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD6
1 files changed, 3 insertions, 3 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 6b26c31f2f78..393e221a4935 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,8 +3,8 @@
pkgbase='python-rosdistro'
pkgname=('python-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=('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/${_module::1}/$_module/$_module-$pkgver.tar.gz")
-sha256sums=('85908df55c6a930ec41b8ac2d1574c578c4049d8337f4b1843113bec001e6fe6')
+sha256sums=('61cd06de5fbde94664734c0521c4536f893e2666e684c949e2a1c4ba24e605b9')
build() {
cd "${srcdir}/${_module}-${pkgver}"