summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD3
2 files changed, 4 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 557f581fdf05..5d0f8e39ee1d 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = ros-indigo-rqt-shell
pkgdesc = ROS - rqt_shell is a Python GUI plugin providing an interactive shell.
- pkgver = 0.3.9
+ pkgver = 0.3.10
pkgrel = 1
url = http://ros.org/wiki/rqt_shell
arch = any
@@ -14,7 +14,7 @@ pkgbase = ros-indigo-rqt-shell
depends = ros-indigo-qt-gui
depends = ros-indigo-rqt-gui
depends = python2-rospkg
- source = rqt_shell::git+https://github.com/ros-gbp/rqt_common_plugins-release.git#tag=release/indigo/rqt_shell/0.3.9-0
+ source = rqt_shell::git+https://github.com/ros-gbp/rqt_common_plugins-release.git#tag=release/indigo/rqt_shell/0.3.10-0
md5sums = SKIP
pkgname = ros-indigo-rqt-shell
diff --git a/PKGBUILD b/PKGBUILD
index 2e92318f126f..2e3b1034e3c7 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,7 +4,7 @@ pkgdesc="ROS - rqt_shell is a Python GUI plugin providing an interactive shell."
url='http://ros.org/wiki/rqt_shell'
pkgname='ros-indigo-rqt-shell'
-pkgver='0.3.9'
+pkgver='0.3.10'
_pkgver_patch=0
arch=('any')
pkgrel=1
@@ -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
}