summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorBenjamin Chrétien2015-02-19 16:23:38 +0100
committerBenjamin Chrétien2015-02-19 16:23:38 +0100
commit7fe3ce871c4bd2e7b5168dead37ed7cfca18a3de (patch)
tree7115a0d2a13cd99c01b92134d17205691cfa9bbf /PKGBUILD
parent3831fcba6dbdec97ff029c92460fdfe97e8c7f1a (diff)
downloadaur-7fe3ce871c4bd2e7b5168dead37ed7cfca18a3de.tar.gz
dependencies: updates.
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD6
1 files changed, 3 insertions, 3 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 11abd6bb9883..85850542db4a 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,8 +4,8 @@
# Contributor: Sean Greenslade <zootboysean@gmail.com>
pkgname=python2-rospkg
-pkgver=1.0.29
-pkgrel=2
+pkgver=1.0.35
+pkgrel=1
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')
@@ -16,7 +16,7 @@ conflicts=()
replaces=()
backup=()
source=(http://download.ros.org/downloads/rospkg/rospkg-${pkgver}.tar.gz)
-md5sums=('26cfd8a4911af56627802ba327d44a7f')
+md5sums=('de31059c920121b691f7bbdf6973e8dc')
build() {
cd ${srcdir}/rospkg-${pkgver}