summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorBenjamin Chrétien2015-01-03 16:52:00 +0100
committerBenjamin Chrétien2015-01-03 16:52:00 +0100
commit35364d07eb7c54dbc60a5fc7d7da818e185c831f (patch)
treec9f2b6890b07724b9ccd8ead9ff45d376ec172f9
parentd7eaa29e9336708b0cfec722a2fee83175e70bbc (diff)
downloadaur-35364d07eb7c54dbc60a5fc7d7da818e185c831f.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 95b5091bcff0..5cec4e063f35 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = ros-indigo-rosbag-storage
pkgdesc = ROS - This is a set of tools for recording from and playing back ROS message without relying on the ROS client library.
- pkgver = 1.11.9
+ pkgver = 1.11.10
pkgrel = 1
url = http://www.ros.org/
arch = any
@@ -25,7 +25,7 @@ pkgbase = ros-indigo-rosbag-storage
depends = bzip2
depends = boost
depends = console-bridge
- source = rosbag_storage::git+https://github.com/ros-gbp/ros_comm-release.git#tag=release/indigo/rosbag_storage/1.11.9-0
+ source = rosbag_storage::git+https://github.com/ros-gbp/ros_comm-release.git#tag=release/indigo/rosbag_storage/1.11.10-0
md5sums = SKIP
pkgname = ros-indigo-rosbag-storage
diff --git a/PKGBUILD b/PKGBUILD
index ec7dfa6d3704..71d5a7554a3b 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,7 +4,7 @@ pkgdesc="ROS - This is a set of tools for recording from and playing back ROS me
url='http://www.ros.org/'
pkgname='ros-indigo-rosbag-storage'
-pkgver='1.11.9'
+pkgver='1.11.10'
_pkgver_patch=0
arch=('any')
pkgrel=1
@@ -57,6 +57,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
}