summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorBenjamin Chrétien2015-01-03 16:52:00 +0100
committerBenjamin Chrétien2015-01-03 16:52:00 +0100
commitef5b8566707779667a954d5f25ad5f145273757a (patch)
tree9d79f9177f280878f2c7533627c19c47802633f1
parentacb6ad6a02d0787d89993d41d9cd8c7841c53c77 (diff)
downloadaur-ef5b8566707779667a954d5f25ad5f145273757a.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 47293acafbca..6f37b7e39cb2 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = ros-indigo-rosbuild
pkgdesc = ROS - rosbuild contains scripts for managing the CMake-based build system for ROS.
- pkgver = 1.11.5
+ pkgver = 1.11.6
pkgrel = 1
url = http://ros.org/wiki/rosbuild
arch = any
@@ -13,7 +13,7 @@ pkgbase = ros-indigo-rosbuild
depends = ros-indigo-message-generation
depends = ros-indigo-message-runtime
depends = ros-indigo-catkin
- source = rosbuild::git+https://github.com/ros-gbp/ros-release.git#tag=release/indigo/rosbuild/1.11.5-0
+ source = rosbuild::git+https://github.com/ros-gbp/ros-release.git#tag=release/indigo/rosbuild/1.11.6-0
md5sums = SKIP
pkgname = ros-indigo-rosbuild
diff --git a/PKGBUILD b/PKGBUILD
index 2aadf8ab5070..8878d9e7dfaa 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,7 +4,7 @@ pkgdesc="ROS - rosbuild contains scripts for managing the CMake-based build syst
url='http://ros.org/wiki/rosbuild'
pkgname='ros-indigo-rosbuild'
-pkgver='1.11.5'
+pkgver='1.11.6'
_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
}