summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorBenjamin Chrétien2015-03-08 14:30:17 +0100
committerBenjamin Chrétien2015-03-08 14:30:17 +0100
commitf91dfaec3688cb6a9f0358f41699639c6610f41b (patch)
tree078d810e17ef214432f7de7c4126854e6851ce37 /PKGBUILD
parent7fe3ce871c4bd2e7b5168dead37ed7cfca18a3de (diff)
downloadaur-f91dfaec3688cb6a9f0358f41699639c6610f41b.tar.gz
indigo: desktop_full update.
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 85850542db4a..f664d216368d 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -5,7 +5,7 @@
pkgname=python2-rospkg
pkgver=1.0.35
-pkgrel=1
+pkgrel=2
pkgdesc="ROS - provides basic utilities for querying information about ROS packages, stacks, and distributions."
url="http://docs.ros.org/independent/api/rospkg/html/"
arch=('any')
@@ -15,7 +15,7 @@ makedepends=('python2-distribute')
conflicts=()
replaces=()
backup=()
-source=(http://download.ros.org/downloads/rospkg/rospkg-${pkgver}.tar.gz)
+source=("https://pypi.python.org/packages/source/r/rospkg/rospkg-${pkgver}.tar.gz")
md5sums=('de31059c920121b691f7bbdf6973e8dc')
build() {