summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorBenjamin Chrétien2015-01-03 16:52:00 +0100
committerBenjamin Chrétien2015-01-03 16:52:00 +0100
commit864ad2695e907b258cb3df64baddd31cd2097b2e (patch)
treecdfd56199d6a5f2273215c2005acb221b50807da
parent7a8117415fee118e35a8636063e5cda6c4e64d1d (diff)
downloadaur-864ad2695e907b258cb3df64baddd31cd2097b2e.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 1a576ed04717..2068070d8438 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = ros-indigo-rosparam
pkgdesc = ROS - rosparam contains the rosparam command-line tool for getting and setting ROS Parameters on the Parameter Server using YAML-encoded files.
- pkgver = 1.11.9
+ pkgver = 1.11.10
pkgrel = 1
url = http://ros.org/wiki/rosparam
arch = any
@@ -11,7 +11,7 @@ pkgbase = ros-indigo-rosparam
makedepends = ros-indigo-catkin
depends = ros-indigo-rosgraph
depends = python2-yaml
- source = rosparam::git+https://github.com/ros-gbp/ros_comm-release.git#tag=release/indigo/rosparam/1.11.9-0
+ source = rosparam::git+https://github.com/ros-gbp/ros_comm-release.git#tag=release/indigo/rosparam/1.11.10-0
md5sums = SKIP
pkgname = ros-indigo-rosparam
diff --git a/PKGBUILD b/PKGBUILD
index 8990bc7094f7..02c226210116 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,7 +4,7 @@ pkgdesc="ROS - rosparam contains the rosparam command-line tool for getting and
url='http://ros.org/wiki/rosparam'
pkgname='ros-indigo-rosparam'
-pkgver='1.11.9'
+pkgver='1.11.10'
_pkgver_patch=0
arch=('any')
pkgrel=1
@@ -43,6 +43,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
}