summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorBenjamin Chrétien2014-10-05 00:54:38 +0200
committerBenjamin Chrétien2014-10-05 00:54:40 +0200
commit35dd350b0a8ebbfbf69167408c3d639db7939e1e (patch)
tree0968ab3f29b09e265595b0d4ca4faea775628dce
parent093e74eecfbafd0aa2b7f5c414ad02a156d6badd (diff)
downloadaur-35dd350b0a8ebbfbf69167408c3d639db7939e1e.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 ce4033939a0b..ed58669c684a 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = ros-indigo-rqt-launch
pkgdesc = ROS - This rqt plugin ROS package provides easy view of .launch files.
- pkgver = 0.3.9
+ pkgver = 0.3.10
pkgrel = 1
url = http://ros.org/wiki/rqt_launch
arch = any
@@ -16,7 +16,7 @@ pkgbase = ros-indigo-rqt-launch
depends = ros-indigo-rqt-console
depends = ros-indigo-rospy
depends = ros-indigo-roslaunch
- source = rqt_launch::git+https://github.com/ros-gbp/rqt_common_plugins-release.git#tag=release/indigo/rqt_launch/0.3.9-0
+ source = rqt_launch::git+https://github.com/ros-gbp/rqt_common_plugins-release.git#tag=release/indigo/rqt_launch/0.3.10-0
md5sums = SKIP
pkgname = ros-indigo-rqt-launch
diff --git a/PKGBUILD b/PKGBUILD
index 79b872fc325e..bfbb3f42028f 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,7 +4,7 @@ pkgdesc="ROS - This rqt plugin ROS package provides easy view of .launch files."
url='http://ros.org/wiki/rqt_launch'
pkgname='ros-indigo-rqt-launch'
-pkgver='0.3.9'
+pkgver='0.3.10'
_pkgver_patch=0
arch=('any')
pkgrel=1
@@ -48,6 +48,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
}