summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorKartik Mohta2019-11-16 00:47:01 -0800
committerKartik Mohta2019-11-16 00:47:01 -0800
commitded373b2cacfd1ccfe4a58ae36252540c5d89367 (patch)
treec026ebb1cda354f2da8bc96fc4609d47d0ad7814 /PKGBUILD
parentafee6ea1dbf1d7fe6338ab289caef1a12414c621 (diff)
downloadaur-ded373b2cacfd1ccfe4a58ae36252540c5d89367.tar.gz
Update release number for python 3.8
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 91e2d97f8e2e..6b26c31f2f78 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,7 +4,7 @@ pkgbase='python-rosdistro'
pkgname=('python-rosdistro')
_module='rosdistro'
pkgver='0.7.5'
-pkgrel=1
+pkgrel=2
pkgdesc="A tool to work with rosdistro files"
url="http://wiki.ros.org/rosdistro"
depends=('python' 'python-catkin_pkg' 'python-rospkg' 'python-yaml')
@@ -12,7 +12,7 @@ conflicts=('python2-rosdistro')
makedepends=('python-setuptools')
license=('BSD')
arch=('any')
-source=("https://files.pythonhosted.org/packages/84/34/ab8d4908cea3d9fdf95cf298ab278421122b5a8303a09b22c9f19eb20e27/rosdistro-0.7.5.tar.gz")
+source=("https://files.pythonhosted.org/packages/source/${_module::1}/$_module/$_module-$pkgver.tar.gz")
sha256sums=('85908df55c6a930ec41b8ac2d1574c578c4049d8337f4b1843113bec001e6fe6')
build() {