summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorBenjamin Chrétien2015-06-19 01:34:03 +0900
committerBenjamin Chrétien2015-06-19 01:34:03 +0900
commitf6254ead4a8a0384b65958c5116ed9c40de550d0 (patch)
tree5646488e8fd9a5f52d4c4132298eb205a620e850 /PKGBUILD
parentcf4e2bd070ab4c0b32e662f5639e3be19d414d8d (diff)
downloadaur-f6254ead4a8a0384b65958c5116ed9c40de550d0.tar.gz
indigo/pcl_conversions: update
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD5
1 files changed, 3 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 88071c475867..f16c74f8e86d 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,10 +4,10 @@ pkgdesc="ROS - Provides conversions from PCL data types and ROS message types."
url='http://wiki.ros.org/pcl_conversions'
pkgname='ros-indigo-pcl-conversions'
-pkgver='0.2.0'
+pkgver='0.2.1'
_pkgver_patch=0
arch=('any')
-pkgrel=2
+pkgrel=1
license=('BSD')
ros_makedepends=(ros-indigo-roscpp
@@ -52,6 +52,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
}