summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorBenjamin Chrétien2015-01-20 19:06:56 +0100
committerBenjamin Chrétien2015-01-20 19:06:56 +0100
commit879288d264e464a93c478b3a06a5e268a155ffb3 (patch)
tree0397e49feed97490d0ccb3bdf1b49badff9a3f5c
parent334e7931563224c4ba352cbc0965d0337476eb80 (diff)
downloadaur-879288d264e464a93c478b3a06a5e268a155ffb3.tar.gz
indigo: desktop_full update.
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD7
2 files changed, 7 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 935a3bb7d159..60ae4cbecf73 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = ros-indigo-roslint
pkgdesc = ROS - CMake lint commands for ROS packages.
- pkgver = 0.9.2
- pkgrel = 2
+ pkgver = 0.9.3
+ pkgrel = 1
url = http://ros.org/wiki/roslint
arch = any
license = BSD
@@ -9,7 +9,7 @@ pkgbase = ros-indigo-roslint
makedepends = git
makedepends = ros-build-tools
makedepends = ros-indigo-catkin
- source = roslint::git+https://github.com/ros-gbp/roslint-release.git#tag=release/indigo/roslint/0.9.2-1
+ source = roslint::git+https://github.com/ros-gbp/roslint-release.git#tag=release/indigo/roslint/0.9.3-0
md5sums = SKIP
pkgname = ros-indigo-roslint
diff --git a/PKGBUILD b/PKGBUILD
index a667924cd6e7..cb2dcca68688 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,10 +4,10 @@ pkgdesc="ROS - CMake lint commands for ROS packages."
url='http://ros.org/wiki/roslint'
pkgname='ros-indigo-roslint'
-pkgver='0.9.2'
-_pkgver_patch=1
+pkgver='0.9.3'
+_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
}