summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorAchmad Fathoni2021-02-10 09:15:35 +0700
committerAchmad Fathoni2021-02-10 09:15:35 +0700
commit32affca52b2dc65c8fd1b8e1611f6931701df9ea (patch)
tree1a724356b496bf66c26b441393485e8b9d7bac7f
parenta8f217f22a8369087cd5b54889436532fc9b0ad0 (diff)
downloadaur-ros-noetic-common-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 50ba7e8697e4..0ad27ab905de 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = ros-noetic-common-msgs
pkgdesc = ROS - common_msgs contains messages that are widely used by other ROS packages.
- pkgver = 1.13.0
+ pkgver = 1.13.1
pkgrel = 1
url = https://wiki.ros.org/common_msgs
arch = any
@@ -17,8 +17,8 @@ pkgbase = ros-noetic-common-msgs
depends = ros-noetic-visualization-msgs
depends = ros-noetic-sensor-msgs
depends = ros-noetic-geometry-msgs
- source = ros-noetic-common-msgs-1.13.0.tar.gz::https://github.com/ros/common_msgs/archive/1.13.0.tar.gz
- sha256sums = 8f3acd0094612172fd922a63788e8ef88e08cc1d50fcbcf2c466dfa8bb9db7e4
+ source = ros-noetic-common-msgs-1.13.1.tar.gz::https://github.com/ros/common_msgs/archive/1.13.1.tar.gz
+ sha256sums = 74af8cc88bdc9c23cbc270d322e50562857e2c877359423f389d51c0735ee230
pkgname = ros-noetic-common-msgs
diff --git a/PKGBUILD b/PKGBUILD
index ba52128b349b..2d624060916b 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,7 +4,7 @@ pkgdesc="ROS - common_msgs contains messages that are widely used by other ROS p
url='https://wiki.ros.org/common_msgs'
pkgname='ros-noetic-common-msgs'
-pkgver='1.13.0'
+pkgver='1.13.1'
arch=('any')
pkgrel=1
license=('BSD')
@@ -37,7 +37,7 @@ depends=(
_dir="common_msgs-${pkgver}/common_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.