summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorBenjamin Chrétien2014-12-02 15:13:53 +0100
committerBenjamin Chrétien2014-12-02 15:13:53 +0100
commit4b7d9bc15d29b8927940bf05fd1d1cfd583ff618 (patch)
treefa77f073ed1920d5f99ce32696a0a2f9942548dc /PKGBUILD
parent5cde847ac1efcbe9070b4dda48ac13ac948d2801 (diff)
downloadaur-4b7d9bc15d29b8927940bf05fd1d1cfd583ff618.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 7b343693be84..2ca11a4d67ac 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,10 +4,10 @@ pkgdesc="ROS - This package contains a C++ parser for the Collada robot descript
url='http://ros.org/wiki/collada_parser'
pkgname='ros-indigo-collada-parser'
-pkgver='1.11.5'
+pkgver='1.11.6'
_pkgver_patch=0
arch=('any')
-pkgrel=3
+pkgrel=1
license=('BSD')
ros_makedepends=(ros-indigo-urdf-parser-plugin
@@ -51,6 +51,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
}