summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorBenjamin Chrétien2015-05-21 13:11:27 +0900
committerBenjamin Chrétien2015-05-21 13:11:27 +0900
commit4b1490abe2f4d402b1c4e5e39a4f53c13526e3a1 (patch)
tree1113b6fe7032a2482fbc5a908446c41e3849cf26
parenta8d2f640c5ff2d82f0730f0fafebee5079bb4d40 (diff)
downloadaur-4b1490abe2f4d402b1c4e5e39a4f53c13526e3a1.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 96a0dd6d9587..6df81f656275 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = ros-indigo-image-transport-plugins
pkgdesc = ROS - A set of plugins for publishing and subscribing to sensor_msgs/Image topics in representations other than raw pixel data.
- pkgver = 1.9.1
+ pkgver = 1.9.2
pkgrel = 1
url = http://www.ros.org/wiki/image_transport_plugins
arch = any
@@ -12,7 +12,7 @@ pkgbase = ros-indigo-image-transport-plugins
depends = ros-indigo-compressed-depth-image-transport
depends = ros-indigo-theora-image-transport
depends = ros-indigo-compressed-image-transport
- source = image_transport_plugins::git+https://github.com/ros-gbp/image_transport_plugins-release.git#tag=release/indigo/image_transport_plugins/1.9.1-0
+ source = image_transport_plugins::git+https://github.com/ros-gbp/image_transport_plugins-release.git#tag=release/indigo/image_transport_plugins/1.9.2-0
md5sums = SKIP
pkgname = ros-indigo-image-transport-plugins
diff --git a/PKGBUILD b/PKGBUILD
index ea6f402b20ac..d4e97d00a0ab 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,7 +4,7 @@ pkgdesc="ROS - A set of plugins for publishing and subscribing to sensor_msgs/Im
url='http://www.ros.org/wiki/image_transport_plugins'
pkgname='ros-indigo-image-transport-plugins'
-pkgver='1.9.1'
+pkgver='1.9.2'
_pkgver_patch=0
arch=('any')
pkgrel=1
@@ -44,6 +44,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
}