summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorBenjamin Chrétien2014-11-01 13:28:14 +0100
committerBenjamin Chrétien2014-11-01 13:28:14 +0100
commit2874d8e7e746436fce1add805305f1215db23428 (patch)
treec55613f0b311d6bde8908d21b667e5e7fdad957e
parentcdff83f6bc8f3b570e8eb898ea3a63ba4663d5f9 (diff)
downloadaur-2874d8e7e746436fce1add805305f1215db23428.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 e4ca4bf5673e..58623aac94a3 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = ros-indigo-common-msgs
pkgdesc = ROS - common_msgs contains messages that are widely used by other ROS packages.
- pkgver = 1.11.4
+ pkgver = 1.11.5
pkgrel = 1
url = http://www.ros.org/wiki/common_msgs
arch = any
@@ -18,7 +18,7 @@ pkgbase = ros-indigo-common-msgs
depends = ros-indigo-sensor-msgs
depends = ros-indigo-nav-msgs
depends = ros-indigo-visualization-msgs
- source = common_msgs::git+https://github.com/ros-gbp/common_msgs-release.git#tag=release/indigo/common_msgs/1.11.4-0
+ source = common_msgs::git+https://github.com/ros-gbp/common_msgs-release.git#tag=release/indigo/common_msgs/1.11.5-0
md5sums = SKIP
pkgname = ros-indigo-common-msgs
diff --git a/PKGBUILD b/PKGBUILD
index bfea21dce9c7..4acebea81f6b 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,7 +4,7 @@ pkgdesc="ROS - common_msgs contains messages that are widely used by other ROS p
url='http://www.ros.org/wiki/common_msgs'
pkgname='ros-indigo-common-msgs'
-pkgver='1.11.4'
+pkgver='1.11.5'
_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
}