summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorBenjamin Chrétien2015-01-03 16:52:00 +0100
committerBenjamin Chrétien2015-01-03 16:52:00 +0100
commitcaf87eb9c7ad1ef49ad64fbf41b3154dabe1a54b (patch)
tree1be6967503b44396e8e5b6e03854de4e1a780119 /PKGBUILD
parent58232e12851fa3ab0f98c0df784c0c0eac581511 (diff)
downloadaur-caf87eb9c7ad1ef49ad64fbf41b3154dabe1a54b.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 2a58884fb90a..55ef730db1b6 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,10 +4,10 @@ pkgdesc="ROS - ROS console output library."
url='http://www.ros.org/wiki/rosconsole'
pkgname='ros-indigo-rosconsole'
-pkgver='1.11.9'
+pkgver='1.11.10'
_pkgver_patch=0
arch=('any')
-pkgrel=3
+pkgrel=1
license=('BSD')
ros_makedepends=(ros-indigo-rosunit
@@ -54,6 +54,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
}