summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorBenjamin Chrétien2015-01-03 16:52:00 +0100
committerBenjamin Chrétien2015-01-03 16:52:00 +0100
commit7b7889eb16286ad1dd5c4aabc75762e943cb0e6e (patch)
treeb82861934f09d63ea652a81e370174fd433f06e3
parent9de91702ff75cad10dbd571ec18d9931966a5712 (diff)
downloadaur-7b7889eb16286ad1dd5c4aabc75762e943cb0e6e.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 d98d5da975dc..e62e0e2c6fbd 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = ros-indigo-ros-tutorials
pkgdesc = ROS - ros_tutorials contains packages that demonstrate various features of ROS, as well as support packages which help demonstrate those features.
- pkgver = 0.5.1
- pkgrel = 2
+ pkgver = 0.5.2
+ pkgrel = 1
url = http://www.ros.org/wiki/ros_tutorials
arch = any
license = BSD
@@ -12,7 +12,7 @@ pkgbase = ros-indigo-ros-tutorials
depends = ros-indigo-rospy-tutorials
depends = ros-indigo-roscpp-tutorials
depends = ros-indigo-turtlesim
- source = ros_tutorials::git+https://github.com/ros-gbp/ros_tutorials-release.git#tag=release/indigo/ros_tutorials/0.5.1-1
+ source = ros_tutorials::git+https://github.com/ros-gbp/ros_tutorials-release.git#tag=release/indigo/ros_tutorials/0.5.2-0
md5sums = SKIP
pkgname = ros-indigo-ros-tutorials
diff --git a/PKGBUILD b/PKGBUILD
index 86a6928a7ef6..851c28e3e5e0 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,10 +4,10 @@ pkgdesc="ROS - ros_tutorials contains packages that demonstrate various features
url='http://www.ros.org/wiki/ros_tutorials'
pkgname='ros-indigo-ros-tutorials'
-pkgver='0.5.1'
-_pkgver_patch=1
+pkgver='0.5.2'
+_pkgver_patch=0
arch=('any')
-pkgrel=2
+pkgrel=1
license=('BSD')
ros_makedepends=(ros-indigo-catkin)
@@ -44,6 +44,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
}