summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorBenjamin Chrétien2014-11-01 13:28:14 +0100
committerBenjamin Chrétien2014-11-01 13:28:14 +0100
commit80386150d6531c260e4f8b9f32fcf3d6ac2deae6 (patch)
tree3e9f09e69b7a688f9272e8ee48d14f620cb9f29a /PKGBUILD
parenta29c0676b2b6b62f3df9e368dd2b2f8115c87c79 (diff)
downloadaur-80386150d6531c260e4f8b9f32fcf3d6ac2deae6.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 9c616d1a574b..40d92b740d0a 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,7 +4,7 @@ pkgdesc="ROS - Nodelet Core Metapackage."
url='http://www.ros.org/wiki/nodelet_core'
pkgname='ros-indigo-nodelet-core'
-pkgver='1.9.0'
+pkgver='1.9.2'
_pkgver_patch=0
arch=('any')
pkgrel=1
@@ -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
}