summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorBenjamin Chrétien2015-01-03 16:52:00 +0100
committerBenjamin Chrétien2015-01-03 16:52:00 +0100
commita4e27ba54784555d447a5b0ec7e29802debce527 (patch)
tree3f139f054bfb6a6d079398f9895de480c54df16d
parent93efa428f0d74e3dda75cbb883b5bcbf44f0838e (diff)
downloadaur-a4e27ba54784555d447a5b0ec7e29802debce527.tar.gz
indigo: desktop_full update.
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD5
2 files changed, 6 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 23ef95ee7716..6169c3678cd2 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = ros-indigo-dynamic-reconfigure
pkgdesc = ROS - This unary stack contains the dynamic_reconfigure package which provides a means to change node parameters at any time without having to restart the node.
- pkgver = 1.5.37
- pkgrel = 3
+ pkgver = 1.5.38
+ pkgrel = 1
url = http://ros.org/wiki/dynamic_reconfigure
arch = any
license = BSD
@@ -22,7 +22,7 @@ pkgbase = ros-indigo-dynamic-reconfigure
depends = ros-indigo-rospy
depends = ros-indigo-roslib
depends = boost
- source = dynamic_reconfigure::git+https://github.com/ros-gbp/dynamic_reconfigure-release.git#tag=release/indigo/dynamic_reconfigure/1.5.37-0
+ source = dynamic_reconfigure::git+https://github.com/ros-gbp/dynamic_reconfigure-release.git#tag=release/indigo/dynamic_reconfigure/1.5.38-0
md5sums = SKIP
pkgname = ros-indigo-dynamic-reconfigure
diff --git a/PKGBUILD b/PKGBUILD
index 31ef2dbfc494..9f2bd018410b 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,10 +4,10 @@ pkgdesc="ROS - This unary stack contains the dynamic_reconfigure package which p
url='http://ros.org/wiki/dynamic_reconfigure'
pkgname='ros-indigo-dynamic-reconfigure'
-pkgver='1.5.37'
+pkgver='1.5.38'
_pkgver_patch=0
arch=('any')
-pkgrel=3
+pkgrel=1
license=('BSD')
ros_makedepends=(ros-indigo-roscpp-serialization
@@ -54,6 +54,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
}