summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorBenjamin Chrétien2015-05-21 13:11:27 +0900
committerBenjamin Chrétien2015-05-21 13:11:27 +0900
commitd4517e2b70eca16c0c7a6cc0edbdd0dfc46fd932 (patch)
treed38480a7270fca5fe8557a8b289c7be85030e1e6 /PKGBUILD
parente7f604ac8a959e4d204544f88ccde1b3f856736f (diff)
downloadaur-ros-indigo-simulators.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 cf83bde09e8e..f4c87a8db734 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,7 +4,7 @@ pkgdesc="ROS - A metapackage to aggregate several packages."
url='http://www.ros.org/'
pkgname='ros-indigo-simulators'
-pkgver='1.1.3'
+pkgver='1.1.4'
_pkgver_patch=0
arch=('any')
pkgrel=1
@@ -46,6 +46,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
}