summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorBenjamin Chrétien2014-11-01 13:28:14 +0100
committerBenjamin Chrétien2014-11-01 13:28:14 +0100
commitccaa0fcf33377f61f37c64147bc8c903cc5fa0e8 (patch)
treea957abd401fbe0667ae0a97597ddff5f9b01a552
parentd52887d44ebd49a98f8a1abb02ba51488118f081 (diff)
downloadaur-ccaa0fcf33377f61f37c64147bc8c903cc5fa0e8.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 eae56c797abd..57fb7390cc2b 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = ros-indigo-bondpy
pkgdesc = ROS - Python implementation of bond, a mechanism for checking when another process has terminated.
- pkgver = 1.7.14
- pkgrel = 2
+ pkgver = 1.7.16
+ pkgrel = 1
url = http://www.ros.org/wiki/bondpy
arch = any
license = BSD
@@ -15,7 +15,7 @@ pkgbase = ros-indigo-bondpy
depends = ros-indigo-smclib
depends = ros-indigo-rospy
depends = util-linux
- source = bondpy::git+https://github.com/ros-gbp/bond_core-release.git#tag=release/indigo/bondpy/1.7.14-1
+ source = bondpy::git+https://github.com/ros-gbp/bond_core-release.git#tag=release/indigo/bondpy/1.7.16-0
md5sums = SKIP
pkgname = ros-indigo-bondpy
diff --git a/PKGBUILD b/PKGBUILD
index 0c2a4a9578c8..b5b054d15495 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,10 +4,10 @@ pkgdesc="ROS - Python implementation of bond, a mechanism for checking when anot
url='http://www.ros.org/wiki/bondpy'
pkgname='ros-indigo-bondpy'
-pkgver='1.7.14'
-_pkgver_patch=1
+pkgver='1.7.16'
+_pkgver_patch=0
arch=('any')
-pkgrel=2
+pkgrel=1
license=('BSD')
ros_makedepends=(ros-indigo-bond
@@ -47,6 +47,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
}