summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorBenjamin Chrétien2015-02-24 21:00:39 +0100
committerBenjamin Chrétien2015-02-24 21:00:39 +0100
commit852aece35921053a7fe0fa2607c05b83b1694995 (patch)
tree013d57d403d2d7fcf26e7d8476b2577314a80486 /PKGBUILD
parent46d37c7c7e8c28e2c2557b9b61864b3d1cac2320 (diff)
downloadaur-852aece35921053a7fe0fa2607c05b83b1694995.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 8ce3d317b5fa..9a4cb0f5c720 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,7 +4,7 @@ pkgdesc="ROS - Common service definitions."
url='http://ros.org/wiki/std_srvs'
pkgname='ros-indigo-std-srvs'
-pkgver='1.10.3'
+pkgver='1.11.0'
_pkgver_patch=0
arch=('any')
pkgrel=1
@@ -43,6 +43,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
}