summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorBenjamin Chrétien2015-01-03 16:52:00 +0100
committerBenjamin Chrétien2015-01-03 16:52:00 +0100
commit5e45573b9f90df41a6bbdaae16abe7eab1268934 (patch)
tree4527e5571ec6099770b4510dfe14827ba61398ac
parent861e47b0f5484356370a4b5466e4bf495baecf6b (diff)
downloadaur-5e45573b9f90df41a6bbdaae16abe7eab1268934.tar.gz
indigo: desktop_full update.
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD3
2 files changed, 4 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 6c012f9f3dc2..75b60aa3c3a4 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = ros-indigo-roscpp-core
pkgdesc = ROS - Underlying data libraries for roscpp messages.
- pkgver = 0.5.4
+ pkgver = 0.5.5
pkgrel = 1
url = http://www.ros.org/wiki/roscpp_core
arch = any
@@ -13,7 +13,7 @@ pkgbase = ros-indigo-roscpp-core
depends = ros-indigo-rostime
depends = ros-indigo-cpp-common
depends = ros-indigo-roscpp-traits
- source = roscpp_core::git+https://github.com/ros-gbp/roscpp_core-release.git#tag=release/indigo/roscpp_core/0.5.4-0
+ source = roscpp_core::git+https://github.com/ros-gbp/roscpp_core-release.git#tag=release/indigo/roscpp_core/0.5.5-0
md5sums = SKIP
pkgname = ros-indigo-roscpp-core
diff --git a/PKGBUILD b/PKGBUILD
index a2248fbb0a8e..df9971ab38a1 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,7 +4,7 @@ pkgdesc="ROS - Underlying data libraries for roscpp messages."
url='http://www.ros.org/wiki/roscpp_core'
pkgname='ros-indigo-roscpp-core'
-pkgver='0.5.4'
+pkgver='0.5.5'
_pkgver_patch=0
arch=('any')
pkgrel=1
@@ -45,6 +45,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
}