summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorBenjamin Chrétien2014-12-15 20:26:47 +0100
committerBenjamin Chrétien2014-12-15 20:26:47 +0100
commit6ea03dcb02da10c8c172eb599d04b1bc889b4d04 (patch)
tree0eedc4ff72cdbe3ff1a7727b8d514251780d2fe0
parentd3a9388e3eca03efc8d42e7efd7b6348f178f28a (diff)
downloadaur-6ea03dcb02da10c8c172eb599d04b1bc889b4d04.tar.gz
indigo: desktop_full update.
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD5
2 files changed, 6 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 1bb1b984d3ae..5c272976ea70 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,8 +1,8 @@
pkgbase = ros-indigo-gazebo-ros-pkgs
pkgdesc = ROS - Interface for using ROS with the Gazebo simulator.
- pkgver = 2.4.6
+ pkgver = 2.4.7
pkgrel = 1
- url = http://gazebosim.org/wiki/Tutorials
+ url = http://gazebosim.org/tutorials?cat=connect_ros
arch = any
license = BSD,LGPL,Apache 2.0
makedepends = cmake
@@ -12,7 +12,7 @@ pkgbase = ros-indigo-gazebo-ros-pkgs
depends = ros-indigo-gazebo-plugins
depends = ros-indigo-gazebo-ros
depends = ros-indigo-gazebo-msgs
- source = gazebo_ros_pkgs::git+https://github.com/ros-gbp/gazebo_ros_pkgs-release.git#tag=release/indigo/gazebo_ros_pkgs/2.4.6-0
+ source = gazebo_ros_pkgs::git+https://github.com/ros-gbp/gazebo_ros_pkgs-release.git#tag=release/indigo/gazebo_ros_pkgs/2.4.7-0
md5sums = SKIP
pkgname = ros-indigo-gazebo-ros-pkgs
diff --git a/PKGBUILD b/PKGBUILD
index 5659eaf1448d..1a721aac8684 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,10 +1,10 @@
# Script generated with import_catkin_packages.py
# For more information: https://github.com/bchretien/arch-ros-stacks
pkgdesc="ROS - Interface for using ROS with the Gazebo simulator."
-url='http://gazebosim.org/wiki/Tutorials'
+url='http://gazebosim.org/tutorials?cat=connect_ros'
pkgname='ros-indigo-gazebo-ros-pkgs'
-pkgver='2.4.6'
+pkgver='2.4.7'
_pkgver_patch=0
arch=('any')
pkgrel=1
@@ -44,6 +44,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
}