summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorAchmad Fathoni2021-10-03 12:31:18 +0700
committerAchmad Fathoni2021-10-03 12:31:18 +0700
commite67b46d55f66c7774b4d42b4e248dade0abb00cf (patch)
treed4c6fcf69c6e6e602c07a0d5901d689b13732c60
parente9dfcc1977344a88e7ed37fa4aab020acf1d7bc3 (diff)
downloadaur-e67b46d55f66c7774b4d42b4e248dade0abb00cf.tar.gz
Update package
-rw-r--r--.SRCINFO7
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 1038d34c76f0..1048ded0d399 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = ros-noetic-message-filters
pkgdesc = ROS - A set of message filters which take in messages and may output those messages at a later time, based on the conditions that filter needs met.
- pkgver = 1.15.11
+ pkgver = 1.15.13
pkgrel = 1
url = https://wiki.ros.org/message_filters
arch = i686
@@ -20,8 +20,7 @@ pkgbase = ros-noetic-message-filters
depends = ros-noetic-rosconsole
depends = ros-noetic-roscpp
conflicts = ros-noetic-message-filters-git
- source = ros-noetic-message-filters-1.15.11.tar.gz::https://github.com/ros/ros_comm/archive/1.15.11.tar.gz
- sha256sums = 7187dd3ab2783e5041c2ef71079cf2b6f9ed06c88c7e3c6efd7684ca5475b5bd
+ source = ros-noetic-message-filters-1.15.13.tar.gz::https://github.com/ros/ros_comm/archive/1.15.13.tar.gz
+ sha256sums = b676d6e688fe5ad78a9da9205477cc92ea6d54301f71caade1f27804d2d55000
pkgname = ros-noetic-message-filters
-
diff --git a/PKGBUILD b/PKGBUILD
index c915de4704b9..36bc78768638 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,7 +4,7 @@ pkgdesc="ROS - A set of message filters which take in messages and may output th
url='https://wiki.ros.org/message_filters'
pkgname='ros-noetic-message-filters'
-pkgver='1.15.11'
+pkgver='1.15.13'
arch=('i686' 'x86_64' 'aarch64' 'armv7h' 'armv6h')
pkgrel=1
license=('BSD')
@@ -39,7 +39,7 @@ conflicts=(
_dir="ros_comm-${pkgver}/utilities/message_filters"
source=("${pkgname}-${pkgver}.tar.gz"::"https://github.com/ros/ros_comm/archive/${pkgver}.tar.gz")
-sha256sums=('7187dd3ab2783e5041c2ef71079cf2b6f9ed06c88c7e3c6efd7684ca5475b5bd')
+sha256sums=('b676d6e688fe5ad78a9da9205477cc92ea6d54301f71caade1f27804d2d55000')
build() {
# Use ROS environment variables.