summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorBenjamin Chrétien2014-10-05 00:54:38 +0200
committerBenjamin Chrétien2014-10-05 00:54:40 +0200
commit7bc8ce2c350510e033e0a0d415d82800ddd325f7 (patch)
tree97a18335da060e0c7d3b3051b59d842e74f210bd
parent11ea04a83cf7eeb5024dcb9a903582f45b3ffcd7 (diff)
downloadaur-7bc8ce2c350510e033e0a0d415d82800ddd325f7.tar.gz
indigo: desktop_full update.
Also fix for PySide.
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD3
2 files changed, 4 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 8f46c1ae372d..78b8d3e7c688 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = ros-indigo-rqt-top
pkgdesc = ROS - RQT plugin for monitoring ROS processes.
- pkgver = 0.3.9
+ pkgver = 0.3.10
pkgrel = 1
url = http://ros.org/wiki/rqt_top
arch = any
@@ -13,7 +13,7 @@ pkgbase = ros-indigo-rqt-top
depends = ros-indigo-rqt-gui
depends = ros-indigo-rospy
depends = python2-psutil
- source = rqt_top::git+https://github.com/ros-gbp/rqt_common_plugins-release.git#tag=release/indigo/rqt_top/0.3.9-0
+ source = rqt_top::git+https://github.com/ros-gbp/rqt_common_plugins-release.git#tag=release/indigo/rqt_top/0.3.10-0
md5sums = SKIP
pkgname = ros-indigo-rqt-top
diff --git a/PKGBUILD b/PKGBUILD
index 734c506e7779..24532b2aa29b 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,7 +4,7 @@ pkgdesc="ROS - RQT plugin for monitoring ROS processes."
url='http://ros.org/wiki/rqt_top'
pkgname='ros-indigo-rqt-top'
-pkgver='0.3.9'
+pkgver='0.3.10'
_pkgver_patch=0
arch=('any')
pkgrel=1
@@ -45,6 +45,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
}