summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorBenjamin Chrétien2015-01-03 16:52:00 +0100
committerBenjamin Chrétien2015-01-03 16:52:00 +0100
commitcaf87eb9c7ad1ef49ad64fbf41b3154dabe1a54b (patch)
tree1be6967503b44396e8e5b6e03854de4e1a780119
parent58232e12851fa3ab0f98c0df784c0c0eac581511 (diff)
downloadaur-caf87eb9c7ad1ef49ad64fbf41b3154dabe1a54b.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 7983fe13d032..40f151c2d679 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = ros-indigo-rosconsole
pkgdesc = ROS - ROS console output library.
- pkgver = 1.11.9
- pkgrel = 3
+ pkgver = 1.11.10
+ pkgrel = 1
url = http://www.ros.org/wiki/rosconsole
arch = any
license = BSD
@@ -22,7 +22,7 @@ pkgbase = ros-indigo-rosconsole
depends = apr
depends = apr-util
depends = log4cxx
- source = rosconsole::git+https://github.com/ros-gbp/ros_comm-release.git#tag=release/indigo/rosconsole/1.11.9-0
+ source = rosconsole::git+https://github.com/ros-gbp/ros_comm-release.git#tag=release/indigo/rosconsole/1.11.10-0
md5sums = SKIP
pkgname = ros-indigo-rosconsole
diff --git a/PKGBUILD b/PKGBUILD
index 2a58884fb90a..55ef730db1b6 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,10 +4,10 @@ pkgdesc="ROS - ROS console output library."
url='http://www.ros.org/wiki/rosconsole'
pkgname='ros-indigo-rosconsole'
-pkgver='1.11.9'
+pkgver='1.11.10'
_pkgver_patch=0
arch=('any')
-pkgrel=3
+pkgrel=1
license=('BSD')
ros_makedepends=(ros-indigo-rosunit
@@ -54,6 +54,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
}