summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorBenjamin Chrétien2014-10-05 00:54:38 +0200
committerBenjamin Chrétien2014-10-05 00:54:40 +0200
commitc5ae1c904b2c275764b3d753a7c9f997cbeb121d (patch)
tree78d8200327940b5db7a85eebcd81b28cc00ab35c /PKGBUILD
parent38579132fe7397df624cb8c58fa4313960cd70da (diff)
downloadaur-c5ae1c904b2c275764b3d753a7c9f997cbeb121d.tar.gz
indigo: desktop_full update.
Also fix for PySide.
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD3
1 files changed, 2 insertions, 1 deletions
diff --git a/PKGBUILD b/PKGBUILD
index a0043d62438c..bd4d6d602b41 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,7 +4,7 @@ pkgdesc="ROS - rqt_py_console is a Python GUI plugin providing an interactive Py
url='http://ros.org/wiki/rqt_py_console'
pkgname='ros-indigo-rqt-py-console'
-pkgver='0.3.9'
+pkgver='0.3.10'
_pkgver_patch=0
arch=('any')
pkgrel=1
@@ -47,6 +47,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
}