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
commit1b8cf0556b540fdb1f2ee63e9bc6cd2bf1c1fc0f (patch)
tree50df2d419756f9f62e1085a2f4066890613addb0 /PKGBUILD
parent0a5c57da95035b4414e62294d0a5b9edf51e4b62 (diff)
downloadaur-1b8cf0556b540fdb1f2ee63e9bc6cd2bf1c1fc0f.tar.gz
indigo: desktop_full update.
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD3
1 files changed, 2 insertions, 1 deletions
diff --git a/PKGBUILD b/PKGBUILD
index a1c6d0bdb5de..3cc2b017b93c 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,7 +4,7 @@ pkgdesc="ROS - rosnode is a command-line tool for displaying debug information a
url='http://ros.org/wiki/rosnode'
pkgname='ros-indigo-rosnode'
-pkgver='1.11.9'
+pkgver='1.11.10'
_pkgver_patch=0
arch=('any')
pkgrel=1
@@ -44,6 +44,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
}