summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorBenjamin Chrétien2015-02-24 21:00:39 +0100
committerBenjamin Chrétien2015-02-24 21:00:39 +0100
commit6c2c3593dada88ec738ff9ccfadb01f97ede45e4 (patch)
treeb011f81ae74875d2006296560edc5b31eb85d447
parent3ae6ae6ed34bcd32b8ade085936e07ee6ec454e6 (diff)
downloadaur-6c2c3593dada88ec738ff9ccfadb01f97ede45e4.tar.gz
indigo: desktop_full update.
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD5
2 files changed, 6 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 3f882a5990e7..fd45faca605d 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = ros-indigo-rviz-plugin-tutorials
pkgdesc = ROS - Tutorials showing how to write plugins for RViz.
- pkgver = 0.9.0
- pkgrel = 3
+ pkgver = 0.9.1
+ pkgrel = 1
url = http://ros.org/wiki/rviz_plugin_tutorials
arch = any
license = BSD
@@ -11,7 +11,7 @@ pkgbase = ros-indigo-rviz-plugin-tutorials
makedepends = ros-indigo-rviz
makedepends = ros-indigo-catkin
depends = ros-indigo-rviz
- source = rviz_plugin_tutorials::git+https://github.com/ros-gbp/visualization_tutorials-release.git#tag=release/indigo/rviz_plugin_tutorials/0.9.0-0
+ source = rviz_plugin_tutorials::git+https://github.com/ros-gbp/visualization_tutorials-release.git#tag=release/indigo/rviz_plugin_tutorials/0.9.1-0
md5sums = SKIP
pkgname = ros-indigo-rviz-plugin-tutorials
diff --git a/PKGBUILD b/PKGBUILD
index 2de008024909..1e30291c8380 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,10 +4,10 @@ pkgdesc="ROS - Tutorials showing how to write plugins for RViz."
url='http://ros.org/wiki/rviz_plugin_tutorials'
pkgname='ros-indigo-rviz-plugin-tutorials'
-pkgver='0.9.0'
+pkgver='0.9.1'
_pkgver_patch=0
arch=('any')
-pkgrel=3
+pkgrel=1
license=('BSD')
ros_makedepends=(ros-indigo-rviz
@@ -43,6 +43,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
}