summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorBenjamin Chrétien2015-05-21 13:11:27 +0900
committerBenjamin Chrétien2015-05-21 13:11:27 +0900
commit3270f19bf57d2e0e3f86fbcd0313a7c041a70407 (patch)
tree20476c67570c085cedef95076ea385e15eb65edc /PKGBUILD
parent471b99d69c87ee7b113366171c8af1521c1f58e0 (diff)
downloadaur-3270f19bf57d2e0e3f86fbcd0313a7c041a70407.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 80933887614a..a0642388b336 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,10 +4,10 @@ pkgdesc="ROS - qt_gui provides the infrastructure for an integrated graphical us
url='http://ros.org/wiki/qt_gui'
pkgname='ros-indigo-qt-gui'
-pkgver='0.2.26'
+pkgver='0.2.27'
_pkgver_patch=0
arch=('any')
-pkgrel=2
+pkgrel=1
license=('BSD')
ros_makedepends=(ros-indigo-catkin)
@@ -46,6 +46,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
}