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
commit8564258dd9f0fa4aa948d6bf53b5247761fbec06 (patch)
tree19b747ace345570f94a6fa92e67a97191443529d /PKGBUILD
parenta2c0fc7e94cb8871aad23e0473e26f0b30c83d9c (diff)
downloadaur-8564258dd9f0fa4aa948d6bf53b5247761fbec06.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 ad87086dc13d..f0a7dd017c48 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,7 +4,7 @@ pkgdesc="ROS - PCL (Point Cloud Library) ROS interface stack."
url='http://ros.org/wiki/perception_pcl'
pkgname='ros-indigo-perception-pcl'
-pkgver='1.2.1'
+pkgver='1.2.2'
_pkgver_patch=0
arch=('any')
pkgrel=1
@@ -44,6 +44,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
}