summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index d1192baa727e..8e955b1d3edb 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = ros-noetic-rosbag-storage
pkgdesc = ROS - This is a set of tools for recording from and playing back ROS message without relying on the ROS client library.
- pkgver = 1.15.14
+ pkgver = 1.16.0
pkgrel = 1
url = https://wiki.ros.org/rosbag_storage
arch = i686
@@ -35,7 +35,7 @@ pkgbase = ros-noetic-rosbag-storage
depends = openssl
depends = boost
depends = bzip2
- source = ros-noetic-rosbag-storage-1.15.14.tar.gz::https://github.com/ros/ros_comm/archive/1.15.14.tar.gz
- sha256sums = 1083b58470a81323bc3a13aa9ae7c813e9fbc27b18f0e95a76b53e4076f3d872
+ source = ros-noetic-rosbag-storage-1.16.0.tar.gz::https://github.com/ros/ros_comm/archive/1.16.0.tar.gz
+ sha256sums = 0a51857a50cf646db4af85469cb0e4877b1484f7aa0c00ec65a8be7ff574a886
pkgname = ros-noetic-rosbag-storage
diff --git a/PKGBUILD b/PKGBUILD
index 2592e26bcb20..3d5a5d26a195 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,7 +4,7 @@ pkgdesc="ROS - This is a set of tools for recording from and playing back ROS me
url='https://wiki.ros.org/rosbag_storage'
pkgname='ros-noetic-rosbag-storage'
-pkgver='1.15.14'
+pkgver='1.16.0'
arch=('i686' 'x86_64' 'aarch64' 'armv7h' 'armv6h')
pkgrel=1
license=('BSD')
@@ -51,7 +51,7 @@ depends=(
_dir="ros_comm-${pkgver}/tools/rosbag_storage"
source=("${pkgname}-${pkgver}.tar.gz"::"https://github.com/ros/ros_comm/archive/${pkgver}.tar.gz")
-sha256sums=('1083b58470a81323bc3a13aa9ae7c813e9fbc27b18f0e95a76b53e4076f3d872')
+sha256sums=('0a51857a50cf646db4af85469cb0e4877b1484f7aa0c00ec65a8be7ff574a886')
build() {
# Use ROS environment variables.