summarylogtreecommitdiffstats
path: root/PKGBUILD
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 /PKGBUILD
parente5f95dd79b13a10937e024b56a9d9f5a0c73c04e (diff)
downloadaur-17c620e08d18d309cee88f138ef2beadb123a060.tar.gz
indigo: desktop_full update.
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD3
1 files changed, 2 insertions, 1 deletions
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
}