summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorAchmad Fathoni2021-02-10 10:29:58 +0700
committerAchmad Fathoni2021-02-10 10:29:58 +0700
commite2b3a41be483f52bb8e7f71c40dbf1a15641e4e8 (patch)
tree1e029868f5309e4e4e7e8cc902b01a1769433dd5
parent25ec7675c3cc52e51b8975f422652629922f0463 (diff)
downloadaur-ros-noetic-nav-msgs.tar.gz
Update to 1.13.1
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 089f1ffd77ae..98b0ddc1926a 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = ros-noetic-nav-msgs
pkgdesc = ROS - nav_msgs defines the common messages used to interact with the navigation stack.
- pkgver = 1.13.0
+ pkgver = 1.13.1
pkgrel = 1
url = https://wiki.ros.org/nav_msgs
arch = any
@@ -16,8 +16,8 @@ pkgbase = ros-noetic-nav-msgs
depends = ros-noetic-std-msgs
depends = ros-noetic-actionlib-msgs
depends = ros-noetic-geometry-msgs
- source = ros-noetic-nav-msgs-1.13.0.tar.gz::https://github.com/ros/common_msgs/archive/1.13.0.tar.gz
- sha256sums = 8f3acd0094612172fd922a63788e8ef88e08cc1d50fcbcf2c466dfa8bb9db7e4
+ source = ros-noetic-nav-msgs-1.13.1.tar.gz::https://github.com/ros/common_msgs/archive/1.13.1.tar.gz
+ sha256sums = 74af8cc88bdc9c23cbc270d322e50562857e2c877359423f389d51c0735ee230
pkgname = ros-noetic-nav-msgs
diff --git a/PKGBUILD b/PKGBUILD
index 2fe9197b1033..69ccfcb57915 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,7 +4,7 @@ pkgdesc="ROS - nav_msgs defines the common messages used to interact with the na
url='https://wiki.ros.org/nav_msgs'
pkgname='ros-noetic-nav-msgs'
-pkgver='1.13.0'
+pkgver='1.13.1'
arch=('any')
pkgrel=1
license=('BSD')
@@ -36,7 +36,7 @@ depends=(
_dir="common_msgs-${pkgver}/nav_msgs"
source=("${pkgname}-${pkgver}.tar.gz"::"https://github.com/ros/common_msgs/archive/${pkgver}.tar.gz")
-sha256sums=('8f3acd0094612172fd922a63788e8ef88e08cc1d50fcbcf2c466dfa8bb9db7e4')
+sha256sums=('74af8cc88bdc9c23cbc270d322e50562857e2c877359423f389d51c0735ee230')
build() {
# Use ROS environment variables.