summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorBenjamin Chrétien2014-11-01 13:28:14 +0100
committerBenjamin Chrétien2014-11-01 13:28:14 +0100
commit0049f94977c20154ccbae22a5e5761d156600474 (patch)
treead1c66adfd547bcaf0448226f4cb724eb10aefc6
parent0b7e6f42f4469e6781e5866dd0c12b2a641afc7e (diff)
downloadaur-0049f94977c20154ccbae22a5e5761d156600474.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 1ebaa128ec71..f57ccf21ea18 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = ros-indigo-image-pipeline
pkgdesc = ROS - image_pipeline fills the gap between getting raw images from a camera driver and higher-level vision processing.
- pkgver = 1.12.10
+ pkgver = 1.12.11
pkgrel = 1
url = http://www.ros.org/wiki/image_pipeline
arch = any
@@ -15,7 +15,7 @@ pkgbase = ros-indigo-image-pipeline
depends = ros-indigo-stereo-image-proc
depends = ros-indigo-image-proc
depends = ros-indigo-camera-calibration
- source = image_pipeline::git+https://github.com/ros-gbp/image_pipeline-release.git#tag=release/indigo/image_pipeline/1.12.10-0
+ source = image_pipeline::git+https://github.com/ros-gbp/image_pipeline-release.git#tag=release/indigo/image_pipeline/1.12.11-0
md5sums = SKIP
pkgname = ros-indigo-image-pipeline
diff --git a/PKGBUILD b/PKGBUILD
index a427e1fa8af2..61facc26f59d 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,7 +4,7 @@ pkgdesc="ROS - image_pipeline fills the gap between getting raw images from a ca
url='http://www.ros.org/wiki/image_pipeline'
pkgname='ros-indigo-image-pipeline'
-pkgver='1.12.10'
+pkgver='1.12.11'
_pkgver_patch=0
arch=('any')
pkgrel=1
@@ -47,6 +47,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
}