summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD7
2 files changed, 7 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 897ab0ec41c9..488a22165fa8 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = ros-indigo-catkin
pkgdesc = ROS - Low-level build system macros and infrastructure for ROS.
- pkgver = 0.6.9
- pkgrel = 2
+ pkgver = 0.6.11
+ pkgrel = 1
url = http://www.ros.org/wiki/catkin
arch = any
license = BSD
@@ -16,7 +16,7 @@ pkgbase = ros-indigo-catkin
depends = python2-catkin_pkg
depends = python2-empy
depends = python2
- source = catkin::git+https://github.com/ros-gbp/catkin-release.git#tag=release/indigo/catkin/0.6.9-1
+ source = catkin::git+https://github.com/ros-gbp/catkin-release.git#tag=release/indigo/catkin/0.6.11-0
md5sums = SKIP
pkgname = ros-indigo-catkin
diff --git a/PKGBUILD b/PKGBUILD
index 7959dae60548..a6f71747625c 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,10 +4,10 @@ pkgdesc="ROS - Low-level build system macros and infrastructure for ROS."
url='http://www.ros.org/wiki/catkin'
pkgname='ros-indigo-catkin'
-pkgver='0.6.9'
-_pkgver_patch=1
+pkgver='0.6.11'
+_pkgver_patch=0
arch=('any')
-pkgrel=2
+pkgrel=1
license=('BSD')
ros_makedepends=()
@@ -50,6 +50,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
}