summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorBenjamin Chrétien2015-01-03 16:52:00 +0100
committerBenjamin Chrétien2015-01-03 16:52:00 +0100
commiteae977c4dcf9a7b40ad39637c3f9586b34883b9e (patch)
treeeeaf59779cae153b4beaa94408d5c0e252dbde79
parentbbabfbc0c37ea97d8fa8bceb0685a0a02492a5f3 (diff)
downloadaur-eae977c4dcf9a7b40ad39637c3f9586b34883b9e.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 e1b32b6de16e..7451636abf15 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = ros-indigo-pluginlib
pkgdesc = ROS - The pluginlib package provides tools for writing and dynamically loading plugins using the ROS build infrastructure.
- pkgver = 1.10.0
- pkgrel = 4
+ pkgver = 1.10.1
+ pkgrel = 1
url = http://www.ros.org/wiki/pluginlib
arch = any
license = BSD, Boost Software License
@@ -20,7 +20,7 @@ pkgbase = ros-indigo-pluginlib
depends = ros-indigo-class-loader
depends = boost
depends = tinyxml
- source = pluginlib::git+https://github.com/ros-gbp/pluginlib-release.git#tag=release/indigo/pluginlib/1.10.0-3
+ source = pluginlib::git+https://github.com/ros-gbp/pluginlib-release.git#tag=release/indigo/pluginlib/1.10.1-0
md5sums = SKIP
pkgname = ros-indigo-pluginlib
diff --git a/PKGBUILD b/PKGBUILD
index 50fdb9dec823..cc89ea111e98 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,10 +4,10 @@ pkgdesc="ROS - The pluginlib package provides tools for writing and dynamically
url='http://www.ros.org/wiki/pluginlib'
pkgname='ros-indigo-pluginlib'
-pkgver='1.10.0'
-_pkgver_patch=3
+pkgver='1.10.1'
+_pkgver_patch=0
arch=('any')
-pkgrel=4
+pkgrel=1
license=('BSD, Boost Software License')
ros_makedepends=(ros-indigo-roslib
@@ -52,6 +52,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
}