summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD6
1 files changed, 3 insertions, 3 deletions
diff --git a/PKGBUILD b/PKGBUILD
index eaef821342db..a17eeb084958 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,7 +4,7 @@ pkgbase='python2-rosinstall'
pkgname=('python2-rosinstall')
_module='rosinstall'
pkgver='0.7.8'
-pkgrel=3
+pkgrel=4
pkgdesc="The installer for ROS"
url="http://wiki.ros.org/rosinstall"
depends=('python2' 'python2-catkin_pkg' 'python2-rosdistro' 'python2-vcstools' 'python2-wstool' 'python2-yaml')
@@ -12,8 +12,8 @@ conflicts=('python-rosinstall')
makedepends=('python2-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}"