summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorBenjamin Chrétien2015-02-24 21:00:39 +0100
committerBenjamin Chrétien2015-02-24 21:00:39 +0100
commit559553caac0f0b906cbb79aeaa76e3b406024386 (patch)
tree9af0548af6a8722ba3c5bd822283d5cf965f680f
parentc69b6589a143b9db606450315542c19fe17d153f (diff)
downloadaur-559553caac0f0b906cbb79aeaa76e3b406024386.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 681b3c41962d..e9f09a0633de 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = ros-indigo-rosgraph-msgs
pkgdesc = ROS - Messages relating to the ROS Computation Graph.
- pkgver = 1.10.3
+ pkgver = 1.11.0
pkgrel = 1
url = http://ros.org/wiki/rosgraph_msgs
arch = any
@@ -13,7 +13,7 @@ pkgbase = ros-indigo-rosgraph-msgs
makedepends = ros-indigo-std-msgs
depends = ros-indigo-std-msgs
depends = ros-indigo-message-runtime
- source = rosgraph_msgs::git+https://github.com/ros-gbp/ros_comm_msgs-release.git#tag=release/indigo/rosgraph_msgs/1.10.3-0
+ source = rosgraph_msgs::git+https://github.com/ros-gbp/ros_comm_msgs-release.git#tag=release/indigo/rosgraph_msgs/1.11.0-0
md5sums = SKIP
pkgname = ros-indigo-rosgraph-msgs
diff --git a/PKGBUILD b/PKGBUILD
index 403159012536..641ee9585ccf 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,7 +4,7 @@ pkgdesc="ROS - Messages relating to the ROS Computation Graph."
url='http://ros.org/wiki/rosgraph_msgs'
pkgname='ros-indigo-rosgraph-msgs'
-pkgver='1.10.3'
+pkgver='1.11.0'
_pkgver_patch=0
arch=('any')
pkgrel=1
@@ -45,6 +45,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
}