summarylogtreecommitdiffstats
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
parentfbc873de547b8e973cf1b6de51d01009886800d3 (diff)
downloadaur-0ab596d5eb0c01693b0a625a21ac0859bf5ea779.tar.gz
indigo: desktop_full update.
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD3
2 files changed, 4 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 8e07be5a66f3..5e19ba8390b5 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = ros-indigo-camera-calibration
pkgdesc = ROS - camera_calibration allows easy calibration of monocular or stereo cameras using a checkerboard calibration target.
- pkgver = 1.12.10
+ pkgver = 1.12.11
pkgrel = 1
url = http://www.ros.org/wiki/camera_calibration
arch = any
@@ -16,7 +16,7 @@ pkgbase = ros-indigo-camera-calibration
depends = ros-indigo-sensor-msgs
depends = ros-indigo-message-filters
depends = opencv
- source = camera_calibration::git+https://github.com/ros-gbp/image_pipeline-release.git#tag=release/indigo/camera_calibration/1.12.10-0
+ source = camera_calibration::git+https://github.com/ros-gbp/image_pipeline-release.git#tag=release/indigo/camera_calibration/1.12.11-0
md5sums = SKIP
pkgname = ros-indigo-camera-calibration
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
}