summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorBenjamin Chrétien2015-01-03 16:52:00 +0100
committerBenjamin Chrétien2015-01-03 16:52:00 +0100
commit3d5e2211ea2d6a77c1ed1bdcea6370985041356a (patch)
treeba9190ae0c7ac499896b37f5e37bb76dfd158eb7
parent916e72185fde205824e9d9d3b3730b6fea8922f8 (diff)
downloadaur-3d5e2211ea2d6a77c1ed1bdcea6370985041356a.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 a7f11949497f..afa9138d8f91 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = ros-indigo-roscpp-serialization
pkgdesc = ROS - roscpp_serialization contains the code for serialization as described in MessagesSerializationAndAdaptingTypes.
- pkgver = 0.5.4
+ pkgver = 0.5.5
pkgrel = 1
url = http://ros.org/wiki/roscpp_serialization
arch = any
@@ -15,7 +15,7 @@ pkgbase = ros-indigo-roscpp-serialization
depends = ros-indigo-rostime
depends = ros-indigo-cpp-common
depends = ros-indigo-roscpp-traits
- source = roscpp_serialization::git+https://github.com/ros-gbp/roscpp_core-release.git#tag=release/indigo/roscpp_serialization/0.5.4-0
+ source = roscpp_serialization::git+https://github.com/ros-gbp/roscpp_core-release.git#tag=release/indigo/roscpp_serialization/0.5.5-0
md5sums = SKIP
pkgname = ros-indigo-roscpp-serialization
diff --git a/PKGBUILD b/PKGBUILD
index c231f9e3abd2..443d0281b81e 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,7 +4,7 @@ pkgdesc="ROS - roscpp_serialization contains the code for serialization as descr
url='http://ros.org/wiki/roscpp_serialization'
pkgname='ros-indigo-roscpp-serialization'
-pkgver='0.5.4'
+pkgver='0.5.5'
_pkgver_patch=0
arch=('any')
pkgrel=1
@@ -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
}