summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorBenjamin Chrétien2015-01-03 16:52:00 +0100
committerBenjamin Chrétien2015-01-03 16:52:00 +0100
commita1a1b017e2db12c46212c18995114cc756624576 (patch)
tree6b9beb87dddad28dec88180733df02159149edca
parent945aad761df06a36cf33d6eeb49540a6bc32c00c (diff)
downloadaur-a1a1b017e2db12c46212c18995114cc756624576.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 e8eb652a027f..8840c13c347d 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = ros-indigo-roslaunch
pkgdesc = ROS - roslaunch is a tool for easily launching multiple ROS nodes locally and remotely via SSH, as well as setting parameters on the Parameter Server.
- pkgver = 1.11.9
+ pkgver = 1.11.10
pkgrel = 1
url = http://ros.org/wiki/roslaunch
arch = any
@@ -19,7 +19,7 @@ pkgbase = ros-indigo-roslaunch
depends = python2-rospkg
depends = python2-paramiko
depends = python2-yaml
- source = roslaunch::git+https://github.com/ros-gbp/ros_comm-release.git#tag=release/indigo/roslaunch/1.11.9-0
+ source = roslaunch::git+https://github.com/ros-gbp/ros_comm-release.git#tag=release/indigo/roslaunch/1.11.10-0
md5sums = SKIP
pkgname = ros-indigo-roslaunch
diff --git a/PKGBUILD b/PKGBUILD
index 90962c7f156a..1e97883061a6 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,7 +4,7 @@ pkgdesc="ROS - roslaunch is a tool for easily launching multiple ROS nodes local
url='http://ros.org/wiki/roslaunch'
pkgname='ros-indigo-roslaunch'
-pkgver='1.11.9'
+pkgver='1.11.10'
_pkgver_patch=0
arch=('any')
pkgrel=1
@@ -51,6 +51,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
}