summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorBenjamin Chrétien2014-12-02 15:13:53 +0100
committerBenjamin Chrétien2014-12-02 15:13:53 +0100
commitac44603fecaac7297327b9b4d6920056c5671779 (patch)
tree6af78d8c236ce6db60349d03e689850184e3f3da /PKGBUILD
parent76c1903712f63af067cecf08c3acd61be0d7c298 (diff)
downloadaur-ac44603fecaac7297327b9b4d6920056c5671779.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 2ad89d7d10b6..b260533ccac5 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,7 +4,7 @@ pkgdesc="ROS - robot_model contains packages for modeling various aspects of rob
url='http://ros.org/wiki/robot_model'
pkgname='ros-indigo-robot-model'
-pkgver='1.11.5'
+pkgver='1.11.6'
_pkgver_patch=0
arch=('any')
pkgrel=1
@@ -48,6 +48,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
}