summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorBenjamin Chrétien2014-11-10 14:48:12 +0100
committerBenjamin Chrétien2014-11-10 14:48:12 +0100
commit91cf5ceb5025e6d0be05be83d84ba8b369f0758b (patch)
tree7307d2d3f6ef134aa92a5beb5defbb79e3a6a131
parentdf266d615e881a5c082eb72615cc8e3982a0d5a6 (diff)
downloadaur-91cf5ceb5025e6d0be05be83d84ba8b369f0758b.tar.gz
indigo: desktop_full update + Boost/OpenCV updates.
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD3
2 files changed, 4 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 62a2ce46a07d..ceee4ab5a5b1 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = ros-indigo-rqt-tf-tree
pkgdesc = ROS - rqt_tf_tree provides a GUI plugin for visualizing the ROS TF frame tree.
- pkgver = 0.3.7
+ pkgver = 0.4.0
pkgrel = 1
url = http://ros.org/wiki/rqt_tf_tree
arch = any
@@ -19,7 +19,7 @@ pkgbase = ros-indigo-rqt-tf-tree
depends = ros-indigo-tf2-ros
depends = ros-indigo-tf2
depends = python2-rospkg
- source = rqt_tf_tree::git+https://github.com/ros-gbp/rqt_robot_plugins-release.git#tag=release/indigo/rqt_tf_tree/0.3.7-0
+ source = rqt_tf_tree::git+https://github.com/ros-gbp/rqt_robot_plugins-release.git#tag=release/indigo/rqt_tf_tree/0.4.0-0
md5sums = SKIP
pkgname = ros-indigo-rqt-tf-tree
diff --git a/PKGBUILD b/PKGBUILD
index cf5d0c2e4a03..4cd4eff2b26e 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,7 +4,7 @@ pkgdesc="ROS - rqt_tf_tree provides a GUI plugin for visualizing the ROS TF fram
url='http://ros.org/wiki/rqt_tf_tree'
pkgname='ros-indigo-rqt-tf-tree'
-pkgver='0.3.7'
+pkgver='0.4.0'
_pkgver_patch=0
arch=('any')
pkgrel=1
@@ -51,6 +51,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
}