summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorBenjamin Chrétien2014-11-01 13:28:14 +0100
committerBenjamin Chrétien2014-11-01 13:28:14 +0100
commiteb91aae4ae9eede602e21b6af50d44b6fc84b538 (patch)
treec75ebb0af8c9d27bde69bf4200ea6936735f6834
parent2dc0be0af6c403532b91f869b36a5a4b974e2419 (diff)
downloadaur-eb91aae4ae9eede602e21b6af50d44b6fc84b538.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 1dc50d3bfe62..69e07d9add5b 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = ros-indigo-cmake-modules
pkgdesc = ROS - A common repository for CMake Modules which are not distributed with CMake but are commonly used by ROS packages.
- pkgver = 0.3.1
- pkgrel = 2
+ pkgver = 0.3.2
+ pkgrel = 1
url = http://www.ros.org/
arch = any
license = BSD
@@ -9,7 +9,7 @@ pkgbase = ros-indigo-cmake-modules
makedepends = git
makedepends = ros-build-tools
makedepends = ros-indigo-catkin
- source = cmake_modules::git+https://github.com/ros-gbp/cmake_modules-release.git#tag=release/indigo/cmake_modules/0.3.1-0
+ source = cmake_modules::git+https://github.com/ros-gbp/cmake_modules-release.git#tag=release/indigo/cmake_modules/0.3.2-0
md5sums = SKIP
pkgname = ros-indigo-cmake-modules
diff --git a/PKGBUILD b/PKGBUILD
index 65fab2486403..44a5ab45c8ac 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,10 +4,10 @@ pkgdesc="ROS - A common repository for CMake Modules which are not distributed w
url='http://www.ros.org/'
pkgname='ros-indigo-cmake-modules'
-pkgver='0.3.1'
+pkgver='0.3.2'
_pkgver_patch=0
arch=('any')
-pkgrel=2
+pkgrel=1
license=('BSD')
ros_makedepends=(ros-indigo-catkin)
@@ -42,6 +42,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
}