summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorKartik Mohta2019-11-16 00:43:46 -0800
committerKartik Mohta2019-11-16 00:43:46 -0800
commitad7ac99fd3a801ae6f5fad4eef3205da88bebefc (patch)
tree0f4443d63d1cee72c2aa07c6f2d2f43d16912439 /PKGBUILD
parenta64d0ad754af3cf95aa7b9b698c7e98b928fd69d (diff)
downloadaur-ad7ac99fd3a801ae6f5fad4eef3205da88bebefc.tar.gz
Update release number for python 3.8
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD6
1 files changed, 3 insertions, 3 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 78adc26608aa..9cd1502f1278 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,7 +4,7 @@ pkgbase='python-rosinstall'
pkgname=('python-rosinstall')
_module='rosinstall'
pkgver='0.7.8'
-pkgrel=3
+pkgrel=4
pkgdesc="The installer for ROS"
url="http://wiki.ros.org/rosinstall"
depends=('python' 'python-catkin_pkg' 'python-rosdistro' 'python-vcstools' 'python-wstool' 'python-yaml')
@@ -12,8 +12,8 @@ conflicts=('python2-rosinstall')
makedepends=('python-setuptools')
license=('BSD')
arch=('any')
-source=("https://files.pythonhosted.org/packages/source/r/rosinstall/rosinstall-${pkgver}.tar.gz")
-md5sums=('b52ea80b199efdb94e35229eb427965f')
+source=("https://files.pythonhosted.org/packages/source/${_module::1}/$_module/$_module-$pkgver.tar.gz")
+sha256sums=('2ba808bf8bac2cc3f13af9745184b9714c1426e11d09eb96468611b2ad47ed40')
build() {
cd "${srcdir}/${_module}-${pkgver}"