summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorBenjamin Chrétien2015-01-03 16:52:00 +0100
committerBenjamin Chrétien2015-01-03 16:52:00 +0100
commit22f72fa8576c42ecb71c603b5167f4f7964b3e83 (patch)
tree7c95a3b8b2f82400f6b5c9741668c79b1bf17df3
parentc038ce91e7c869bc8052a60331d30010c414858e (diff)
downloadaur-22f72fa8576c42ecb71c603b5167f4f7964b3e83.tar.gz
indigo: desktop_full update.
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD7
2 files changed, 7 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index e8a41a7d6e2c..1e65bdd28e37 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = ros-indigo-roscpp-tutorials
pkgdesc = ROS - This package attempts to show the features of ROS step-by-step, including using messages, servers, parameters, etc.
- pkgver = 0.5.1
- pkgrel = 3
+ pkgver = 0.5.2
+ pkgrel = 1
url = http://www.ros.org/wiki/roscpp_tutorials
arch = any
license = BSD
@@ -21,7 +21,7 @@ pkgbase = ros-indigo-roscpp-tutorials
depends = ros-indigo-message-runtime
depends = ros-indigo-rostime
depends = ros-indigo-rosconsole
- source = roscpp_tutorials::git+https://github.com/ros-gbp/ros_tutorials-release.git#tag=release/indigo/roscpp_tutorials/0.5.1-1
+ source = roscpp_tutorials::git+https://github.com/ros-gbp/ros_tutorials-release.git#tag=release/indigo/roscpp_tutorials/0.5.2-0
md5sums = SKIP
pkgname = ros-indigo-roscpp-tutorials
diff --git a/PKGBUILD b/PKGBUILD
index 9a11a1ecfe3f..4cd810cf2ad3 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,10 +4,10 @@ pkgdesc="ROS - This package attempts to show the features of ROS step-by-step, i
url='http://www.ros.org/wiki/roscpp_tutorials'
pkgname='ros-indigo-roscpp-tutorials'
-pkgver='0.5.1'
-_pkgver_patch=1
+pkgver='0.5.2'
+_pkgver_patch=0
arch=('any')
-pkgrel=3
+pkgrel=1
license=('BSD')
ros_makedepends=(ros-indigo-roscpp-serialization
@@ -53,6 +53,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
}