summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorBenjamin Chrétien2015-01-20 19:06:56 +0100
committerBenjamin Chrétien2015-01-20 19:06:56 +0100
commit879288d264e464a93c478b3a06a5e268a155ffb3 (patch)
tree0397e49feed97490d0ccb3bdf1b49badff9a3f5c /PKGBUILD
parent334e7931563224c4ba352cbc0965d0337476eb80 (diff)
downloadaur-879288d264e464a93c478b3a06a5e268a155ffb3.tar.gz
indigo: desktop_full update.
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD7
1 files changed, 4 insertions, 3 deletions
diff --git a/PKGBUILD b/PKGBUILD
index a667924cd6e7..cb2dcca68688 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,10 +4,10 @@ pkgdesc="ROS - CMake lint commands for ROS packages."
url='http://ros.org/wiki/roslint'
pkgname='ros-indigo-roslint'
-pkgver='0.9.2'
-_pkgver_patch=1
+pkgver='0.9.3'
+_pkgver_patch=0
arch=('any')
-pkgrel=2
+pkgrel=1
license=('BSD')
ros_makedepends=(ros-indigo-catkin)
@@ -42,6 +42,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
}