summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authoracxz2023-05-23 15:41:40 -0500
committeracxz2023-05-23 15:41:40 -0500
commit4bd17c7dadad98e22ef453f64c6ea5fb8019913a (patch)
tree4f979af6798ba77b764b383d86c049e0635ed4a4
parent51a5431c7af608ab2939d4450ddded9e8360c64b (diff)
downloadaur-4bd17c7dadad98e22ef453f64c6ea5fb8019913a.tar.gz
upgpkg: ros-noetic-rosgraph 1.16.0-1
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 65d62b57a036..b2adb156ceee 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = ros-noetic-rosgraph
pkgdesc = ROS - rosgraph contains the rosgraph command-line tool, which prints information about the ROS Computation Graph.
- pkgver = 1.15.14
+ pkgver = 1.16.0
pkgrel = 1
url = https://wiki.ros.org/rosgraph
arch = any
@@ -11,7 +11,7 @@ pkgbase = ros-noetic-rosgraph
depends = python-yaml
depends = python-netifaces
depends = python-rospkg
- source = ros-noetic-rosgraph-1.15.14.tar.gz::https://github.com/ros/ros_comm/archive/1.15.14.tar.gz
- sha256sums = 1083b58470a81323bc3a13aa9ae7c813e9fbc27b18f0e95a76b53e4076f3d872
+ source = ros-noetic-rosgraph-1.16.0.tar.gz::https://github.com/ros/ros_comm/archive/1.16.0.tar.gz
+ sha256sums = 0a51857a50cf646db4af85469cb0e4877b1484f7aa0c00ec65a8be7ff574a886
pkgname = ros-noetic-rosgraph
diff --git a/PKGBUILD b/PKGBUILD
index 56be14c76e82..eb8fa3b0afe4 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,7 +4,7 @@ pkgdesc="ROS - rosgraph contains the rosgraph command-line tool, which prints in
url='https://wiki.ros.org/rosgraph'
pkgname='ros-noetic-rosgraph'
-pkgver='1.15.14'
+pkgver='1.16.0'
arch=('any')
pkgrel=1
license=('BSD')
@@ -31,7 +31,7 @@ depends=(
_dir="ros_comm-${pkgver}/tools/rosgraph"
source=("${pkgname}-${pkgver}.tar.gz"::"https://github.com/ros/ros_comm/archive/${pkgver}.tar.gz")
-sha256sums=('1083b58470a81323bc3a13aa9ae7c813e9fbc27b18f0e95a76b53e4076f3d872')
+sha256sums=('0a51857a50cf646db4af85469cb0e4877b1484f7aa0c00ec65a8be7ff574a886')
prepare() {
cd "${srcdir}/${_dir}"