summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorBenjamin Chrétien2015-01-03 16:52:00 +0100
committerBenjamin Chrétien2015-01-03 16:52:00 +0100
commit589446e2a5b76797aa6e0ee9f3b551d3f7ba02e1 (patch)
tree8ea595e540ce2adf02d48e19f420f88991841297
parente3c8002786310a3e0190a14e4f60d31aaa681fa4 (diff)
downloadaur-589446e2a5b76797aa6e0ee9f3b551d3f7ba02e1.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 4cbd7c2ee32c..299b3efaccba 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = ros-indigo-rospy-tutorials
pkgdesc = ROS - This package attempts to show the features of ROS python API step-by-step, including using messages, servers, parameters, etc.
- pkgver = 0.5.1
- pkgrel = 2
+ pkgver = 0.5.2
+ pkgrel = 1
url = http://www.ros.org/wiki/rospy_tutorials
arch = any
license = BSD
@@ -15,7 +15,7 @@ pkgbase = ros-indigo-rospy-tutorials
depends = ros-indigo-std-msgs
depends = ros-indigo-message-runtime
depends = ros-indigo-rospy
- source = rospy_tutorials::git+https://github.com/ros-gbp/ros_tutorials-release.git#tag=release/indigo/rospy_tutorials/0.5.1-1
+ source = rospy_tutorials::git+https://github.com/ros-gbp/ros_tutorials-release.git#tag=release/indigo/rospy_tutorials/0.5.2-0
md5sums = SKIP
pkgname = ros-indigo-rospy-tutorials
diff --git a/PKGBUILD b/PKGBUILD
index b5041bffdab2..e03b31eaee74 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,10 +4,10 @@ pkgdesc="ROS - This package attempts to show the features of ROS python API step
url='http://www.ros.org/wiki/rospy_tutorials'
pkgname='ros-indigo-rospy-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-message-generation
@@ -47,6 +47,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
}