summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorBenjamin Chrétien2015-01-03 16:52:00 +0100
committerBenjamin Chrétien2015-01-03 16:52:00 +0100
commit7e25ce5f134548fa7e3cb9927ff9f9dc9f13d9ea (patch)
tree8018578f861c98b27721a0f9ec5fbea64ce59423
parent51f0c40bcdf2aa359df68b44d93643010ac655bf (diff)
downloadaur-7e25ce5f134548fa7e3cb9927ff9f9dc9f13d9ea.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 27563c4d4ad2..71ef79ecf3c3 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = ros-indigo-roscpp
pkgdesc = ROS - roscpp is a C++ implementation of ROS.
- pkgver = 1.11.9
- pkgrel = 3
+ pkgver = 1.11.10
+ pkgrel = 1
url = http://ros.org/wiki/roscpp
arch = any
license = BSD
@@ -29,7 +29,7 @@ pkgbase = ros-indigo-roscpp
depends = ros-indigo-roscpp-traits
depends = ros-indigo-rosgraph-msgs
depends = ros-indigo-xmlrpcpp
- source = roscpp::git+https://github.com/ros-gbp/ros_comm-release.git#tag=release/indigo/roscpp/1.11.9-0
+ source = roscpp::git+https://github.com/ros-gbp/ros_comm-release.git#tag=release/indigo/roscpp/1.11.10-0
md5sums = SKIP
pkgname = ros-indigo-roscpp
diff --git a/PKGBUILD b/PKGBUILD
index d20e8e75e509..50491e5c645d 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,10 +4,10 @@ pkgdesc="ROS - roscpp is a C++ implementation of ROS."
url='http://ros.org/wiki/roscpp'
pkgname='ros-indigo-roscpp'
-pkgver='1.11.9'
+pkgver='1.11.10'
_pkgver_patch=0
arch=('any')
-pkgrel=3
+pkgrel=1
license=('BSD')
ros_makedepends=(ros-indigo-roslang
@@ -61,6 +61,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
}