summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorBenjamin Chrétien2015-01-03 16:52:00 +0100
committerBenjamin Chrétien2015-01-03 16:52:00 +0100
commitdfab565bb37ef06cba6525b6fb415ee1a0228131 (patch)
tree67a5c38c26c7a14b7dc71d1bb1423099ad8907d2
parent4e0454ccb8791ef1a412a0c989bf410f49d04eb4 (diff)
downloadaur-dfab565bb37ef06cba6525b6fb415ee1a0228131.tar.gz
indigo: desktop_full update.
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD3
2 files changed, 4 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 6f3c2716b7d9..186f28a56a5d 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = ros-indigo-ros
pkgdesc = ROS - ROS packaging system.
- pkgver = 1.11.5
+ pkgver = 1.11.6
pkgrel = 1
url = http://www.ros.org/wiki/ROS
arch = any
@@ -20,7 +20,7 @@ pkgbase = ros-indigo-ros
depends = ros-indigo-roslib
depends = ros-indigo-rosbash
depends = ros-indigo-mk
- source = ros::git+https://github.com/ros-gbp/ros-release.git#tag=release/indigo/ros/1.11.5-0
+ source = ros::git+https://github.com/ros-gbp/ros-release.git#tag=release/indigo/ros/1.11.6-0
md5sums = SKIP
pkgname = ros-indigo-ros
diff --git a/PKGBUILD b/PKGBUILD
index 3dfe53bddb21..c9f497111680 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,7 +4,7 @@ pkgdesc="ROS - ROS packaging system."
url='http://www.ros.org/wiki/ROS'
pkgname='ros-indigo-ros'
-pkgver='1.11.5'
+pkgver='1.11.6'
_pkgver_patch=0
arch=('any')
pkgrel=1
@@ -52,6 +52,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
}