summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorBenjamin Chrétien2014-10-05 00:54:38 +0200
committerBenjamin Chrétien2014-10-05 00:54:40 +0200
commitbaf9f8b6f5c7b48cd486ad59cd2781d102b73860 (patch)
tree10b5e7f55263a33b5f8dd7adcb6d6f8ac2f8c34c
parentd6cdbe86710999a7d9185bde04a47ee94f49fc13 (diff)
downloadaur-baf9f8b6f5c7b48cd486ad59cd2781d102b73860.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 dc13291e80ba..f8226be71189 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = ros-indigo-rqt-py-common
pkgdesc = ROS - rqt_py_common provides common functionality for rqt plugins written in Python.
- pkgver = 0.3.9
+ pkgver = 0.3.10
pkgrel = 1
url = http://ros.org/wiki/rqt_py_common
arch = any
@@ -16,7 +16,7 @@ pkgbase = ros-indigo-rqt-py-common
depends = ros-indigo-rostopic
depends = ros-indigo-actionlib
depends = ros-indigo-roslib
- source = rqt_py_common::git+https://github.com/ros-gbp/rqt_common_plugins-release.git#tag=release/indigo/rqt_py_common/0.3.9-0
+ source = rqt_py_common::git+https://github.com/ros-gbp/rqt_common_plugins-release.git#tag=release/indigo/rqt_py_common/0.3.10-0
md5sums = SKIP
pkgname = ros-indigo-rqt-py-common
diff --git a/PKGBUILD b/PKGBUILD
index 04487c855c36..dfe5b21bde0f 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,7 +4,7 @@ pkgdesc="ROS - rqt_py_common provides common functionality for rqt plugins writt
url='http://ros.org/wiki/rqt_py_common'
pkgname='ros-indigo-rqt-py-common'
-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
}