summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorbionade242020-05-12 00:34:36 +0200
committerbionade242020-05-12 00:34:36 +0200
commitb5ffec5d69351a03616d326075fddbf80638dfc8 (patch)
treeb40d909ab2949cacba17a5e2a74b34cf76e57beb
parent49affbf7d46f4974d183ba8b31505497f68b6831 (diff)
downloadaur-b5ffec5d69351a03616d326075fddbf80638dfc8.tar.gz
Updated package
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 3453010b0223..2af9d85b35fa 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = ros-melodic-clear-costmap-recovery
pkgdesc = ROS - This package provides a recovery behavior for the navigation stack that attempts to clear space by reverting the costmaps used by the navigation stack to the static map outside of a given area.
- pkgver = 1.16.2
+ pkgver = 1.16.6
pkgrel = 4
url = https://wiki.ros.org/clear_costmap_recovery
arch = i686
@@ -25,8 +25,8 @@ pkgbase = ros-melodic-clear-costmap-recovery
depends = ros-melodic-roscpp
depends = ros-melodic-tf
depends = eigen3
- source = ros-melodic-clear-costmap-recovery-1.16.2.tar.gz::https://github.com/ros-planning/navigation/archive/1.16.2.tar.gz
- sha256sums = d83201296e773e2789635fddf39ac18e9465219b18707e53bd2361de4762d205
+ source = ros-melodic-clear-costmap-recovery-1.16.6.tar.gz::https://github.com/ros-planning/navigation/archive/1.16.6.tar.gz
+ sha256sums = 88e3b4433de9645e1132db15b01f436a75a28ebc15cd5b70660b158dd6ba42dd
pkgname = ros-melodic-clear-costmap-recovery
diff --git a/PKGBUILD b/PKGBUILD
index 4dfa990eba58..faad183593f7 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@ pkgdesc="ROS - This package provides a recovery behavior for the navigation stac
url='https://wiki.ros.org/clear_costmap_recovery'
pkgname='ros-melodic-clear-costmap-recovery'
-pkgver='1.16.2'
+pkgver='1.16.6'
arch=('i686' 'x86_64' 'aarch64' 'armv7h' 'armv6h')
pkgrel=4
license=('BSD')
@@ -34,7 +34,7 @@ depends=(${ros_depends[@]} 'eigen3')
# Tarball version (faster download)
_dir="navigation-${pkgver}/clear_costmap_recovery"
source=("${pkgname}-${pkgver}.tar.gz"::"https://github.com/ros-planning/navigation/archive/${pkgver}.tar.gz")
-sha256sums=('d83201296e773e2789635fddf39ac18e9465219b18707e53bd2361de4762d205')
+sha256sums=('88e3b4433de9645e1132db15b01f436a75a28ebc15cd5b70660b158dd6ba42dd')
build() {
# Use ROS environment variables