summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorBenjamin Chrétien2014-12-18 10:35:34 +0100
committerBenjamin Chrétien2014-12-18 10:35:34 +0100
commitad2f97b103c8558816e32c3788ed5d871bd39b1c (patch)
tree188f25bb579b3e87776d3303311398d2f54fc605 /PKGBUILD
parent6262d7dff9e77cc1739e255bed015924861b1de4 (diff)
downloadaur-ad2f97b103c8558816e32c3788ed5d871bd39b1c.tar.gz
indigo: desktop_full update.
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD5
1 files changed, 3 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index dc938fda156c..b504631c19bc 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,10 +4,10 @@ pkgdesc="ROS - turtle_tf demonstrates how to write a tf broadcaster and listener
url='http://ros.org/wiki/turtle_tf'
pkgname='ros-indigo-turtle-tf'
-pkgver='0.2.0'
+pkgver='0.2.1'
_pkgver_patch=0
arch=('any')
-pkgrel=2
+pkgrel=1
license=('BSD')
ros_makedepends=(ros-indigo-roscpp
@@ -53,6 +53,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
}