summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorBenjamin Chrétien2015-05-21 13:11:27 +0900
committerBenjamin Chrétien2015-05-21 13:11:27 +0900
commited4aa901d1d4e435f4ff6e8c0bf6de85b13954a6 (patch)
tree6dbfd1d24ef4b2f3a535add2856c5746a4cd0177
parent3d4cf0ba9d9b1ad4b9516f11e21aa29cca807419 (diff)
downloadaur-ed4aa901d1d4e435f4ff6e8c0bf6de85b13954a6.tar.gz
indigo: desktop_full update.
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD3
2 files changed, 4 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 443fa13abdee..df18ef588d9d 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = ros-indigo-robot
pkgdesc = ROS - A metapackage which extends ros_base and includes ROS libaries for any robot hardware.
- pkgver = 1.1.3
+ pkgver = 1.1.4
pkgrel = 1
url = http://www.ros.org/
arch = any
@@ -18,7 +18,7 @@ pkgbase = ros-indigo-robot
depends = ros-indigo-ros-base
depends = ros-indigo-robot-state-publisher
depends = ros-indigo-executive-smach
- source = robot::git+https://github.com/ros-gbp/metapackages-release.git#tag=release/indigo/robot/1.1.3-0
+ source = robot::git+https://github.com/ros-gbp/metapackages-release.git#tag=release/indigo/robot/1.1.4-0
md5sums = SKIP
pkgname = ros-indigo-robot
diff --git a/PKGBUILD b/PKGBUILD
index ba2b415b7fb6..15fb1abec19a 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,7 +4,7 @@ pkgdesc="ROS - A metapackage which extends ros_base and includes ROS libaries fo
url='http://www.ros.org/'
pkgname='ros-indigo-robot'
-pkgver='1.1.3'
+pkgver='1.1.4'
_pkgver_patch=0
arch=('any')
pkgrel=1
@@ -50,6 +50,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
}