summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorBenjamin Chrétien2014-11-01 13:28:14 +0100
committerBenjamin Chrétien2014-11-01 13:28:14 +0100
commit0ab596d5eb0c01693b0a625a21ac0859bf5ea779 (patch)
treeb514e1b04bd7837cf768d6eecee19640122c4ac3 /PKGBUILD
parentfbc873de547b8e973cf1b6de51d01009886800d3 (diff)
downloadaur-0ab596d5eb0c01693b0a625a21ac0859bf5ea779.tar.gz
indigo: desktop_full update.
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD3
1 files changed, 2 insertions, 1 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 4ed4d2d3c57e..eec7bfced72e 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,7 +4,7 @@ pkgdesc="ROS - camera_calibration allows easy calibration of monocular or stereo
url='http://www.ros.org/wiki/camera_calibration'
pkgname='ros-indigo-camera-calibration'
-pkgver='1.12.10'
+pkgver='1.12.11'
_pkgver_patch=0
arch=('any')
pkgrel=1
@@ -48,6 +48,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
}