summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorBenjamin Chrétien2015-01-03 16:52:00 +0100
committerBenjamin Chrétien2015-01-03 16:52:00 +0100
commite045a48b9a42ffac6376e35cfd76474c78f01c58 (patch)
treed748bb6c21a849d582ed17bf8939eb76ecfe7c3a
parent0807952658f3cd2f295e2e4409171a9327b7a69f (diff)
downloadaur-e045a48b9a42ffac6376e35cfd76474c78f01c58.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 81eea5a6daf0..e7b356840fe8 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = ros-indigo-ros-comm
pkgdesc = ROS - ROS communications-related packages, including core client libraries (roscpp, rospy) and graph introspection tools (rostopic, rosnode, rosservice, rosparam).
- pkgver = 1.11.9
+ pkgver = 1.11.10
pkgrel = 1
url = http://www.ros.org/wiki/ros_comm
arch = any
@@ -30,7 +30,7 @@ pkgbase = ros-indigo-ros-comm
depends = ros-indigo-roslaunch
depends = ros-indigo-rosnode
depends = ros-indigo-message-filters
- source = ros_comm::git+https://github.com/ros-gbp/ros_comm-release.git#tag=release/indigo/ros_comm/1.11.9-0
+ source = ros_comm::git+https://github.com/ros-gbp/ros_comm-release.git#tag=release/indigo/ros_comm/1.11.10-0
md5sums = SKIP
pkgname = ros-indigo-ros-comm
diff --git a/PKGBUILD b/PKGBUILD
index 6e3126af6073..41c22d7a2e68 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,7 +4,7 @@ pkgdesc="ROS - ROS communications-related packages, including core client librar
url='http://www.ros.org/wiki/ros_comm'
pkgname='ros-indigo-ros-comm'
-pkgver='1.11.9'
+pkgver='1.11.10'
_pkgver_patch=0
arch=('any')
pkgrel=1
@@ -67,6 +67,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
}