summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorBenjamin Chrétien2015-01-03 16:52:00 +0100
committerBenjamin Chrétien2015-01-03 16:52:00 +0100
commite3b969720a902563173c2a674c25b397aef73ea3 (patch)
tree3462ec31ab805970e588abd039e97d44cb15aa7b
parentabbadd5333f4da443064620e647f74e02d1adb82 (diff)
downloadaur-e3b969720a902563173c2a674c25b397aef73ea3.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 910d75ffbeab..efabeb3e0a70 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = ros-indigo-cpp-common
pkgdesc = ROS - cpp_common contains C++ code for doing things that are not necessarily ROS related, but are useful for multiple packages.
- pkgver = 0.5.4
- pkgrel = 3
+ pkgver = 0.5.5
+ pkgrel = 1
url = http://www.ros.org/wiki/cpp_common
arch = any
license = BSD
@@ -13,7 +13,7 @@ pkgbase = ros-indigo-cpp-common
makedepends = console-bridge
depends = boost
depends = console-bridge
- source = cpp_common::git+https://github.com/ros-gbp/roscpp_core-release.git#tag=release/indigo/cpp_common/0.5.4-0
+ source = cpp_common::git+https://github.com/ros-gbp/roscpp_core-release.git#tag=release/indigo/cpp_common/0.5.5-0
md5sums = SKIP
pkgname = ros-indigo-cpp-common
diff --git a/PKGBUILD b/PKGBUILD
index b73c0cbbe1df..670d1e081465 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,10 +4,10 @@ pkgdesc="ROS - cpp_common contains C++ code for doing things that are not necess
url='http://www.ros.org/wiki/cpp_common'
pkgname='ros-indigo-cpp-common'
-pkgver='0.5.4'
+pkgver='0.5.5'
_pkgver_patch=0
arch=('any')
-pkgrel=3
+pkgrel=1
license=('BSD')
ros_makedepends=(ros-indigo-catkin)
@@ -46,6 +46,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
}