summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorBenjamin Chrétien2014-07-06 16:28:42 +0200
committerBenjamin Chrétien2014-07-06 16:28:42 +0200
commit3831fcba6dbdec97ff029c92460fdfe97e8c7f1a (patch)
treec19a164ff1098d149c757b23e3dc83700063ad2a
parenta6ff4aef731d525ee079edf38ad7600b0182cc9b (diff)
downloadaur-3831fcba6dbdec97ff029c92460fdfe97e8c7f1a.tar.gz
Add some updates.
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index a54361c1fa97..b1cc2fcb1625 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,8 +1,8 @@
pkgbase = python2-rospkg
pkgdesc = ROS - provides basic utilities for querying information about ROS packages, stacks, and distributions.
pkgver = 1.0.29
- pkgrel = 1
- url = http://ros.org/doc/api/rospkg/html/python_api.html
+ pkgrel = 2
+ url = http://docs.ros.org/independent/api/rospkg/html/
arch = any
license = BSD
makedepends = python2-distribute
diff --git a/PKGBUILD b/PKGBUILD
index 5443a6439735..11abd6bb9883 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -5,9 +5,9 @@
pkgname=python2-rospkg
pkgver=1.0.29
-pkgrel=1
+pkgrel=2
pkgdesc="ROS - provides basic utilities for querying information about ROS packages, stacks, and distributions."
-url="http://ros.org/doc/api/rospkg/html/python_api.html"
+url="http://docs.ros.org/independent/api/rospkg/html/"
arch=('any')
license=('BSD')
depends=('python2')