summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorBenjamin Chrétien2014-10-05 00:54:38 +0200
committerBenjamin Chrétien2014-10-05 00:54:40 +0200
commit23a6256fb42ac39faee9141e5fb8b9c5b1699eb4 (patch)
treed0e0d1323449895ebf3041a99391cdce2a9029de
parent201f2fa811ab89e57b9c59c695dc2afca422b96d (diff)
downloadaur-23a6256fb42ac39faee9141e5fb8b9c5b1699eb4.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 2947d98183b4..38dea397d992 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = ros-indigo-rqt-reconfigure
pkgdesc = ROS - This rqt plugin succeeds former dynamic_reconfigures GUI (reconfigure_gui), and provides the way to view and edit the parameters that are accessible via dynamic_reconfigure.
- pkgver = 0.3.9
+ pkgver = 0.3.10
pkgrel = 1
url = http://ros.org/wiki/rqt_reconfigure
arch = any
@@ -15,7 +15,7 @@ pkgbase = ros-indigo-rqt-reconfigure
depends = ros-indigo-rqt-console
depends = ros-indigo-rospy
depends = ros-indigo-dynamic-reconfigure
- source = rqt_reconfigure::git+https://github.com/ros-gbp/rqt_common_plugins-release.git#tag=release/indigo/rqt_reconfigure/0.3.9-0
+ source = rqt_reconfigure::git+https://github.com/ros-gbp/rqt_common_plugins-release.git#tag=release/indigo/rqt_reconfigure/0.3.10-0
md5sums = SKIP
pkgname = ros-indigo-rqt-reconfigure
diff --git a/PKGBUILD b/PKGBUILD
index 28057006c746..0621dd80eb2f 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,7 +4,7 @@ pkgdesc="ROS - This rqt plugin succeeds former dynamic_reconfigures GUI (reconfi
url='http://ros.org/wiki/rqt_reconfigure'
pkgname='ros-indigo-rqt-reconfigure'
-pkgver='0.3.9'
+pkgver='0.3.10'
_pkgver_patch=0
arch=('any')
pkgrel=1
@@ -47,6 +47,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
}