summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorBenjamin Chrétien2015-02-24 21:00:39 +0100
committerBenjamin Chrétien2015-02-24 21:00:39 +0100
commit6c2c3593dada88ec738ff9ccfadb01f97ede45e4 (patch)
treeb011f81ae74875d2006296560edc5b31eb85d447 /PKGBUILD
parent3ae6ae6ed34bcd32b8ade085936e07ee6ec454e6 (diff)
downloadaur-6c2c3593dada88ec738ff9ccfadb01f97ede45e4.tar.gz
indigo: desktop_full update.
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD5
1 files changed, 3 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 2de008024909..1e30291c8380 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,10 +4,10 @@ pkgdesc="ROS - Tutorials showing how to write plugins for RViz."
url='http://ros.org/wiki/rviz_plugin_tutorials'
pkgname='ros-indigo-rviz-plugin-tutorials'
-pkgver='0.9.0'
+pkgver='0.9.1'
_pkgver_patch=0
arch=('any')
-pkgrel=3
+pkgrel=1
license=('BSD')
ros_makedepends=(ros-indigo-rviz
@@ -43,6 +43,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
}