summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorBenjamin Chrétien2015-01-03 16:52:00 +0100
committerBenjamin Chrétien2015-01-03 16:52:00 +0100
commitf28bf8455c5f98ceb6702d3476879b7c93152cf5 (patch)
tree48159d303b22d1b4dea8c0fbe04350c7b910d386
parent6af1a610645b9fc123003d9358ed793c0c5afc80 (diff)
downloadaur-f28bf8455c5f98ceb6702d3476879b7c93152cf5.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 b41f1ecdac42..2ee33f14c5f4 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = ros-indigo-tf
pkgdesc = ROS - tf is a package that lets the user keep track of multiple coordinate frames over time.
- pkgver = 1.11.3
- pkgrel = 3
+ pkgver = 1.11.4
+ pkgrel = 1
url = http://www.ros.org/wiki/tf
arch = any
license = BSD
@@ -31,7 +31,7 @@ pkgbase = ros-indigo-tf
depends = ros-indigo-message-filters
depends = ros-indigo-tf2
depends = graphviz
- source = tf::git+https://github.com/ros-gbp/geometry-release.git#tag=release/indigo/tf/1.11.3-1
+ source = tf::git+https://github.com/ros-gbp/geometry-release.git#tag=release/indigo/tf/1.11.4-0
md5sums = SKIP
pkgname = ros-indigo-tf
diff --git a/PKGBUILD b/PKGBUILD
index bee42ffb2ca5..365efd768956 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,10 +4,10 @@ pkgdesc="ROS - tf is a package that lets the user keep track of multiple coordin
url='http://www.ros.org/wiki/tf'
pkgname='ros-indigo-tf'
-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-tf2-ros
@@ -63,6 +63,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
}