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
commit63102bf2258c2871e9b80405eca7314f99b87e01 (patch)
tree14afeb6a13d49d6f7713588a0923db3c9a07eab6 /PKGBUILD
parent7ee14d3b60b4ecfecf5b8cfa3119cf8aee179d31 (diff)
downloadaur-63102bf2258c2871e9b80405eca7314f99b87e01.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 468a7754a019..b138cce7764d 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,10 +4,10 @@ pkgdesc="ROS - The actionlib stack provides a standardized interface for interfa
url='http://www.ros.org/wiki/actionlib'
pkgname='ros-indigo-actionlib'
-pkgver='1.11.2'
+pkgver='1.11.3'
_pkgver_patch=0
arch=('any')
-pkgrel=3
+pkgrel=1
license=('BSD')
ros_makedepends=(ros-indigo-roscpp
@@ -55,6 +55,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
}