summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorBenjamin Chrétien2015-01-03 16:52:00 +0100
committerBenjamin Chrétien2015-01-03 16:52:00 +0100
commite912c22a98ca136fb0d69a3e460a1e950e2fe5b3 (patch)
tree0557060c0d31d4f1761fd208f766bea12ffb5394
parente37b52e04e2f10480c570f4d2cc009ef6eaf7f33 (diff)
downloadaur-e912c22a98ca136fb0d69a3e460a1e950e2fe5b3.tar.gz
indigo: desktop_full update.
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD5
2 files changed, 6 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 494a587c4aff..3747a3707349 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = ros-indigo-roslib
pkgdesc = ROS - Base dependencies and support libraries for ROS.
- pkgver = 1.11.5
- pkgrel = 3
+ pkgver = 1.11.6
+ pkgrel = 1
url = http://ros.org/wiki/roslib
arch = any
license = BSD
@@ -14,7 +14,7 @@ pkgbase = ros-indigo-roslib
depends = ros-indigo-rospack
depends = ros-indigo-catkin
depends = python2-rospkg
- source = roslib::git+https://github.com/ros-gbp/ros-release.git#tag=release/indigo/roslib/1.11.5-0
+ source = roslib::git+https://github.com/ros-gbp/ros-release.git#tag=release/indigo/roslib/1.11.6-0
md5sums = SKIP
pkgname = ros-indigo-roslib
diff --git a/PKGBUILD b/PKGBUILD
index d68b34927dfb..f7e15da6bd36 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,10 +4,10 @@ pkgdesc="ROS - Base dependencies and support libraries for ROS."
url='http://ros.org/wiki/roslib'
pkgname='ros-indigo-roslib'
-pkgver='1.11.5'
+pkgver='1.11.6'
_pkgver_patch=0
arch=('any')
-pkgrel=3
+pkgrel=1
license=('BSD')
ros_makedepends=(ros-indigo-rospack
@@ -46,6 +46,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
}