summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorBenjamin Chrétien2014-10-05 00:54:38 +0200
committerBenjamin Chrétien2014-10-05 00:54:40 +0200
commit1a477e015c62601695aff07c060a01e379a706d6 (patch)
treead702373d113e3f241870adc55b5c8ccaac658b5
parent01ea114fb1d97e63b3cdebe8265ee52e52ecd2e7 (diff)
downloadaur-1a477e015c62601695aff07c060a01e379a706d6.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 2343d3416f10..14f4ad1a90be 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = ros-indigo-rqt-common-plugins
pkgdesc = ROS - rqt_common_plugins metapackage provides ROS backend graphical tools suite that can be used on/off of robot runtime.
- pkgver = 0.3.9
+ pkgver = 0.3.10
pkgrel = 1
url = http://ros.org/wiki/rqt_common_plugins
arch = any
@@ -30,7 +30,7 @@ pkgbase = ros-indigo-rqt-common-plugins
depends = ros-indigo-rqt-srv
depends = ros-indigo-rqt-web
depends = ros-indigo-rqt-py-console
- source = rqt_common_plugins::git+https://github.com/ros-gbp/rqt_common_plugins-release.git#tag=release/indigo/rqt_common_plugins/0.3.9-0
+ source = rqt_common_plugins::git+https://github.com/ros-gbp/rqt_common_plugins-release.git#tag=release/indigo/rqt_common_plugins/0.3.10-0
md5sums = SKIP
pkgname = ros-indigo-rqt-common-plugins
diff --git a/PKGBUILD b/PKGBUILD
index 5b9737c868e0..3a4f4c582f5c 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,7 +4,7 @@ pkgdesc="ROS - rqt_common_plugins metapackage provides ROS backend graphical too
url='http://ros.org/wiki/rqt_common_plugins'
pkgname='ros-indigo-rqt-common-plugins'
-pkgver='0.3.9'
+pkgver='0.3.10'
_pkgver_patch=0
arch=('any')
pkgrel=1
@@ -62,6 +62,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
}