summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD3
2 files changed, 4 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 6946247c066e..530ec83f9943 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = ros-indigo-sensor-msgs
pkgdesc = ROS - This package defines messages for commonly used sensors, including cameras and scanning laser rangefinders.
- pkgver = 1.11.4
+ pkgver = 1.11.5
pkgrel = 1
url = http://ros.org/wiki/sensor_msgs
arch = any
@@ -15,7 +15,7 @@ pkgbase = ros-indigo-sensor-msgs
depends = ros-indigo-std-msgs
depends = ros-indigo-message-runtime
depends = ros-indigo-geometry-msgs
- source = sensor_msgs::git+https://github.com/ros-gbp/common_msgs-release.git#tag=release/indigo/sensor_msgs/1.11.4-0
+ source = sensor_msgs::git+https://github.com/ros-gbp/common_msgs-release.git#tag=release/indigo/sensor_msgs/1.11.5-0
md5sums = SKIP
pkgname = ros-indigo-sensor-msgs
diff --git a/PKGBUILD b/PKGBUILD
index 3b82fa4cebbc..84685635b447 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,7 +4,7 @@ pkgdesc="ROS - This package defines messages for commonly used sensors, includin
url='http://ros.org/wiki/sensor_msgs'
pkgname='ros-indigo-sensor-msgs'
-pkgver='1.11.4'
+pkgver='1.11.5'
_pkgver_patch=0
arch=('any')
pkgrel=1
@@ -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
}