summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorBenjamin Chrétien2014-11-10 14:48:12 +0100
committerBenjamin Chrétien2014-11-10 14:48:12 +0100
commitd09632db40c9ce1fd57d86a3e0b0062ccc67eaac (patch)
tree2462343c0216097d99689328e92f351bd67ef826
parent9eaf8554e0a6174551748d4f76a58c99e447c46e (diff)
downloadaur-d09632db40c9ce1fd57d86a3e0b0062ccc67eaac.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 846edc36f567..ca761868a8f4 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = ros-indigo-rqt-pose-view
pkgdesc = ROS - rqt_pose_view provides a GUI plugin for visualizing 3D poses.
- pkgver = 0.3.7
+ pkgver = 0.4.0
pkgrel = 1
url = http://ros.org/wiki/rqt_pose_view
arch = any
@@ -19,7 +19,7 @@ pkgbase = ros-indigo-rqt-pose-view
depends = python2-pyqt4-10
depends = python2-rospkg
depends = python2-opengl
- source = rqt_pose_view::git+https://github.com/ros-gbp/rqt_robot_plugins-release.git#tag=release/indigo/rqt_pose_view/0.3.7-0
+ source = rqt_pose_view::git+https://github.com/ros-gbp/rqt_robot_plugins-release.git#tag=release/indigo/rqt_pose_view/0.4.0-0
md5sums = SKIP
pkgname = ros-indigo-rqt-pose-view
diff --git a/PKGBUILD b/PKGBUILD
index 906ceef05f81..aca0a6741cf8 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,7 +4,7 @@ pkgdesc="ROS - rqt_pose_view provides a GUI plugin for visualizing 3D poses."
url='http://ros.org/wiki/rqt_pose_view'
pkgname='ros-indigo-rqt-pose-view'
-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
}