summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorTim Rakowski2017-11-12 17:29:24 +0100
committerTim Rakowski2017-11-12 17:29:24 +0100
commit0d2672e679f87a7efaed096a94a8404aedf7cb17 (patch)
treeeb5a3a665c011af84b52026ffe64a941fdaff884
parent0780206b14bc8ba0d2868d9c93489844fb5938b8 (diff)
downloadaur-0d2672e679f87a7efaed096a94a8404aedf7cb17.tar.gz
Update to version 1.13.5-1
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD10
2 files changed, 11 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 94d55e85606d..17c0d1b08725 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,8 +1,8 @@
# Generated by mksrcinfo v8
-# Thu Aug 17 18:55:06 UTC 2017
+# Sun Nov 12 16:15:29 UTC 2017
pkgbase = ros-lunar-rosnode
pkgdesc = ROS - rosnode is a command-line tool for displaying debug information about ROS Nodes, including publications, subscriptions and connections.
- pkgver = 1.13.2
+ pkgver = 1.13.5
pkgrel = 1
url = http://ros.org/wiki/rosnode
arch = any
@@ -13,8 +13,8 @@ pkgbase = ros-lunar-rosnode
makedepends = ros-lunar-rostest
depends = ros-lunar-rosgraph
depends = ros-lunar-rostopic
- source = ros-lunar-rosnode-1.13.2-0.tar.gz::https://github.com/ros-gbp/ros_comm-release/archive/release/lunar/rosnode/1.13.2-0.tar.gz
- sha256sums = 6fabbff4071642d01a0e269d7b5bd6efd221f9d787aadbd639fa38717082f966
+ source = ros-lunar-rosnode-1.13.5-0.tar.gz::https://github.com/ros-gbp/ros_comm-release/archive/release/lunar/rosnode/1.13.5-0.tar.gz
+ sha256sums = 9a964369181c612f6dcb7a3a234c7b6f5ddf28c23d91782e429e5b21669c994a
pkgname = ros-lunar-rosnode
diff --git a/PKGBUILD b/PKGBUILD
index 0cdfa14bf248..faae1fbd9d05 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,7 +4,7 @@ pkgdesc="ROS - rosnode is a command-line tool for displaying debug information a
url='http://ros.org/wiki/rosnode'
pkgname='ros-lunar-rosnode'
-pkgver='1.13.2'
+pkgver='1.13.5'
_pkgver_patch=0
arch=('any')
pkgrel=1
@@ -19,6 +19,9 @@ ros_depends=(ros-lunar-rosgraph
ros-lunar-rostopic)
depends=(${ros_depends[@]})
+ros_checkdepends=()
+checkdepends=(${ros_checkdepends[@]})
+
# Git version (e.g. for debugging)
# _tag=release/lunar/rosnode/${pkgver}-${_pkgver_patch}
# _dir=${pkgname}
@@ -28,7 +31,7 @@ depends=(${ros_depends[@]})
# Tarball version (faster download)
_dir="ros_comm-release-release-lunar-rosnode-${pkgver}-${_pkgver_patch}"
source=("${pkgname}-${pkgver}-${_pkgver_patch}.tar.gz"::"https://github.com/ros-gbp/ros_comm-release/archive/release/lunar/rosnode/${pkgver}-${_pkgver_patch}.tar.gz")
-sha256sums=('6fabbff4071642d01a0e269d7b5bd6efd221f9d787aadbd639fa38717082f966')
+sha256sums=('9a964369181c612f6dcb7a3a234c7b6f5ddf28c23d91782e429e5b21669c994a')
build() {
# Use ROS environment variables
@@ -51,7 +54,8 @@ build() {
-DPYTHON_INCLUDE_DIR=/usr/include/python2.7 \
-DPYTHON_LIBRARY=/usr/lib/libpython2.7.so \
-DPYTHON_BASENAME=-python2.7 \
- -DSETUPTOOLS_DEB_LAYOUT=OFF
+ -DSETUPTOOLS_DEB_LAYOUT=OFF \
+ -DCATKIN_ENABLE_TESTING=OFF
make
}