summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorBenjamin Chrétien2014-12-15 20:26:47 +0100
committerBenjamin Chrétien2014-12-15 20:26:47 +0100
commit89c9a6eb9aaac6f0dcf4999f8259e9fbbaac43a8 (patch)
treea0ee2dbed103f717ccdb06cc6ff0117e9aa1498f /PKGBUILD
parent5cbb93a077d4c7791d397833c0c44f22006c393e (diff)
downloadaur-89c9a6eb9aaac6f0dcf4999f8259e9fbbaac43a8.tar.gz
indigo: desktop_full update.
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD7
1 files changed, 4 insertions, 3 deletions
diff --git a/PKGBUILD b/PKGBUILD
index ba786f43f41e..a5591be77e17 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,13 +1,13 @@
# Script generated with import_catkin_packages.py
# For more information: https://github.com/bchretien/arch-ros-stacks
pkgdesc="ROS - Provides ROS plugins that offer message and service publishers for interfacing with Gazebo through ROS."
-url='http://gazebosim.org/wiki/Tutorials'
+url='http://gazebosim.org/tutorials?cat=connect_ros'
pkgname='ros-indigo-gazebo-ros'
-pkgver='2.4.6'
+pkgver='2.4.7'
_pkgver_patch=0
arch=('any')
-pkgrel=2
+pkgrel=1
license=('Apache 2.0')
ros_makedepends=(ros-indigo-rosgraph-msgs
@@ -66,6 +66,7 @@ build() {
-DPYTHON_EXECUTABLE=/usr/bin/python2 \
-DPYTHON_INCLUDE_DIR=/usr/include/python2.7 \
-DPYTHON_LIBRARY=/usr/lib/libpython2.7.so \
+ -DPYTHON_BASENAME=-python2.7 \
-DSETUPTOOLS_DEB_LAYOUT=OFF
make
}