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 c5f951c24899..12e4098f3f33 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = ros-indigo-rqt-topic
pkgdesc = ROS - rqt_topic provides a GUI plugin for displaying debug information about ROS topics including publishers, subscribers, publishing rate, and ROS Messages.
- pkgver = 0.3.9
+ pkgver = 0.3.10
pkgrel = 1
url = http://ros.org/wiki/rqt_topic
arch = any
@@ -14,7 +14,7 @@ pkgbase = ros-indigo-rqt-topic
depends = ros-indigo-rostopic
depends = ros-indigo-std-msgs
depends = python2-rospkg
- source = rqt_topic::git+https://github.com/ros-gbp/rqt_common_plugins-release.git#tag=release/indigo/rqt_topic/0.3.9-0
+ source = rqt_topic::git+https://github.com/ros-gbp/rqt_common_plugins-release.git#tag=release/indigo/rqt_topic/0.3.10-0
md5sums = SKIP
pkgname = ros-indigo-rqt-topic
diff --git a/PKGBUILD b/PKGBUILD
index 3e9315ecc1ab..38cf90756a92 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,7 +4,7 @@ pkgdesc="ROS - rqt_topic provides a GUI plugin for displaying debug information
url='http://ros.org/wiki/rqt_topic'
pkgname='ros-indigo-rqt-topic'
-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
}