summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorBenjamin Chrétien2014-10-05 00:54:38 +0200
committerBenjamin Chrétien2014-10-05 00:54:40 +0200
commit20219dc9df6975547d1850ee6b9df0b967dd9936 (patch)
tree892211070b279f9d4ba95685252c3e1ef9867f4a
parent4301fae12da5177665add4914a0fb899054e86b2 (diff)
downloadaur-20219dc9df6975547d1850ee6b9df0b967dd9936.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 b490d6c4766b..770a7cc324d6 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = ros-indigo-rqt-bag-plugins
pkgdesc = ROS - rqt_bag provides a GUI plugin for displaying and replaying ROS bag files.
- pkgver = 0.3.9
+ pkgver = 0.3.10
pkgrel = 1
url = http://ros.org/wiki/rqt_bag
arch = any
@@ -20,7 +20,7 @@ pkgbase = ros-indigo-rqt-bag-plugins
depends = ros-indigo-roslib
depends = python2-pillow
depends = python2-cairo
- source = rqt_bag_plugins::git+https://github.com/ros-gbp/rqt_common_plugins-release.git#tag=release/indigo/rqt_bag_plugins/0.3.9-0
+ source = rqt_bag_plugins::git+https://github.com/ros-gbp/rqt_common_plugins-release.git#tag=release/indigo/rqt_bag_plugins/0.3.10-0
md5sums = SKIP
pkgname = ros-indigo-rqt-bag-plugins
diff --git a/PKGBUILD b/PKGBUILD
index a8fc235d8484..7032e8e42d77 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,7 +4,7 @@ pkgdesc="ROS - rqt_bag provides a GUI plugin for displaying and replaying ROS ba
url='http://ros.org/wiki/rqt_bag'
pkgname='ros-indigo-rqt-bag-plugins'
-pkgver='0.3.9'
+pkgver='0.3.10'
_pkgver_patch=0
arch=('any')
pkgrel=1
@@ -52,6 +52,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
}