summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorBenjamin Chrétien2015-01-03 16:52:00 +0100
committerBenjamin Chrétien2015-01-03 16:52:00 +0100
commit876cc5dc03c52b1d5d4fc3e1f2c40e9b0b4c6108 (patch)
tree655fc2a921eebe7b88bcf1bd292ca83594b9589d
parent0cad431f67f5b61d970c853b1f888f2bad107fc7 (diff)
downloadaur-876cc5dc03c52b1d5d4fc3e1f2c40e9b0b4c6108.tar.gz
indigo: desktop_full update.
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD7
2 files changed, 7 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index de536229ec95..200120dfa516 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = ros-indigo-tf-conversions
pkgdesc = ROS - This package contains a set of conversion functions to convert common tf datatypes (point, vector, pose, etc) into semantically identical datatypes used by other libraries.
- pkgver = 1.11.3
- pkgrel = 3
+ pkgver = 1.11.4
+ pkgrel = 1
url = http://www.ros.org/wiki/tf_conversions
arch = any
license = BSD
@@ -21,7 +21,7 @@ pkgbase = ros-indigo-tf-conversions
depends = ros-indigo-orocos-kdl
depends = ros-indigo-geometry-msgs
depends = eigen3
- source = tf_conversions::git+https://github.com/ros-gbp/geometry-release.git#tag=release/indigo/tf_conversions/1.11.3-1
+ source = tf_conversions::git+https://github.com/ros-gbp/geometry-release.git#tag=release/indigo/tf_conversions/1.11.4-0
md5sums = SKIP
pkgname = ros-indigo-tf-conversions
diff --git a/PKGBUILD b/PKGBUILD
index fe6391307e30..affab166323d 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,10 +4,10 @@ pkgdesc="ROS - This package contains a set of conversion functions to convert co
url='http://www.ros.org/wiki/tf_conversions'
pkgname='ros-indigo-tf-conversions'
-pkgver='1.11.3'
-_pkgver_patch=1
+pkgver='1.11.4'
+_pkgver_patch=0
arch=('any')
-pkgrel=3
+pkgrel=1
license=('BSD')
ros_makedepends=(ros-indigo-geometry-msgs
@@ -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
}