summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorjwhendy2019-09-15 15:01:15 -0500
committerjwhendy2019-09-15 17:16:32 -0500
commite22510385e8385222632f9918a14fe0e1b46c0bb (patch)
tree48ad363f048505731b1527f2c06726a4c88aab4e
parentd80d72079c27c2ac5f998297333425dae58d942c (diff)
downloadaur-e22510385e8385222632f9918a14fe0e1b46c0bb.tar.gz
bumped version
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 2f2f5bc2548d..6bf746277ad9 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = ros-melodic-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.12.14
+ pkgver = 1.14.3
pkgrel = 1
url = https://wiki.ros.org/message_filters
arch = any
@@ -16,8 +16,8 @@ pkgbase = ros-melodic-message-filters
depends = ros-melodic-rosconsole
depends = ros-melodic-roscpp
conflicts = ros-melodic-message-filters-git
- source = ros-melodic-message-filters-1.12.14.tar.gz::https://github.com/ros/ros_comm/archive/1.12.14.tar.gz
- sha256sums = 239c225cc9b1613cc7f76daf73c182f991787b7cf601287cb6cc28957eeeec1d
+ source = ros-melodic-message-filters-1.14.3.tar.gz::https://github.com/ros/ros_comm/archive/1.14.3.tar.gz
+ sha256sums = 3e49bef96b8a0f9684e5c4f1736d171e9c8842a3979d5d3c6442b53698e8167f
pkgname = ros-melodic-message-filters
diff --git a/PKGBUILD b/PKGBUILD
index 791f39db58b6..9e8d191ef50b 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-melodic-message-filters'
-pkgver='1.12.14'
+pkgver='1.14.3'
arch=('any')
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=('239c225cc9b1613cc7f76daf73c182f991787b7cf601287cb6cc28957eeeec1d')
+sha256sums=('3e49bef96b8a0f9684e5c4f1736d171e9c8842a3979d5d3c6442b53698e8167f')
build() {
# Use ROS environment variables.