summarylogtreecommitdiffstats
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
parentcf4e2bd070ab4c0b32e662f5639e3be19d414d8d (diff)
downloadaur-ros-indigo-pcl-conversions.tar.gz
indigo/pcl_conversions: update
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD5
2 files changed, 6 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index c75a71b711ea..0c798d6720cf 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = ros-indigo-pcl-conversions
pkgdesc = ROS - Provides conversions from PCL data types and ROS message types.
- pkgver = 0.2.0
- pkgrel = 2
+ pkgver = 0.2.1
+ pkgrel = 1
url = http://wiki.ros.org/pcl_conversions
arch = any
license = BSD
@@ -20,7 +20,7 @@ pkgbase = ros-indigo-pcl-conversions
depends = ros-indigo-roscpp
depends = ros-indigo-pcl-msgs
depends = pcl
- source = pcl_conversions::git+https://github.com/ros-gbp/pcl_conversions-release.git#tag=release/indigo/pcl_conversions/0.2.0-0
+ source = pcl_conversions::git+https://github.com/ros-gbp/pcl_conversions-release.git#tag=release/indigo/pcl_conversions/0.2.1-0
md5sums = SKIP
pkgname = ros-indigo-pcl-conversions
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
}