summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorBenjamin Chrétien2015-01-03 16:52:00 +0100
committerBenjamin Chrétien2015-01-03 16:52:00 +0100
commit17c620e08d18d309cee88f138ef2beadb123a060 (patch)
tree6c856df7111cdd0962ec9a898be8e56264f3376e
parente5f95dd79b13a10937e024b56a9d9f5a0c73c04e (diff)
downloadaur-17c620e08d18d309cee88f138ef2beadb123a060.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 ffbc9326af73..c21a36992394 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = ros-indigo-mk
pkgdesc = ROS - A collection of .mk include files for building ROS architectural elements.
- pkgver = 1.11.5
+ pkgver = 1.11.6
pkgrel = 1
url = http://www.ros.org/wiki/ROS
arch = any
@@ -10,7 +10,7 @@ pkgbase = ros-indigo-mk
makedepends = ros-build-tools
makedepends = ros-indigo-catkin
depends = ros-indigo-rosbuild
- source = mk::git+https://github.com/ros-gbp/ros-release.git#tag=release/indigo/mk/1.11.5-0
+ source = mk::git+https://github.com/ros-gbp/ros-release.git#tag=release/indigo/mk/1.11.6-0
md5sums = SKIP
pkgname = ros-indigo-mk
diff --git a/PKGBUILD b/PKGBUILD
index a76d497c97c3..8cffb0048040 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,7 +4,7 @@ pkgdesc="ROS - A collection of .mk include files for building ROS architectural
url='http://www.ros.org/wiki/ROS'
pkgname='ros-indigo-mk'
-pkgver='1.11.5'
+pkgver='1.11.6'
_pkgver_patch=0
arch=('any')
pkgrel=1
@@ -42,6 +42,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
}