summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO7
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index eedae2ffe660..0aede5dcba26 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = ros-noetic-rqt-topic
pkgdesc = ROS - rqt_topic provides a GUI plugin for displaying debug information about ROS topics including publishers, subscribers, publishing rate, and ROS Messages.
- pkgver = 0.4.12
+ pkgver = 0.4.13
pkgrel = 1
url = https://wiki.ros.org/rqt_topic
arch = any
@@ -14,8 +14,7 @@ pkgbase = ros-noetic-rqt-topic
depends = ros-noetic-rqt-gui-py
depends = ros-noetic-std-msgs
depends = python-rospkg
- source = ros-noetic-rqt-topic-0.4.12.tar.gz::https://github.com/ros-visualization/rqt_topic/archive/0.4.12.tar.gz
- sha256sums = 4fed90cac465351061a4439cdfee217ed15cd65ee4b7662aa35e7fe16ed01402
+ source = ros-noetic-rqt-topic-0.4.13.tar.gz::https://github.com/ros-visualization/rqt_topic/archive/0.4.13.tar.gz
+ sha256sums = 069b862dca74bdf5f45f767134e8c633af13d220490ca54a1add5ab9e15606b8
pkgname = ros-noetic-rqt-topic
-
diff --git a/PKGBUILD b/PKGBUILD
index 01caf6030a3d..7d3f976e7d2f 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@ pkgdesc="ROS - rqt_topic provides a GUI plugin for displaying debug information
url='https://wiki.ros.org/rqt_topic'
pkgname='ros-noetic-rqt-topic'
-pkgver='0.4.12'
+pkgver='0.4.13'
arch=('any')
pkgrel=1
license=('BSD')
@@ -32,7 +32,7 @@ depends=(
_dir="rqt_topic-${pkgver}"
source=("${pkgname}-${pkgver}.tar.gz"::"https://github.com/ros-visualization/rqt_topic/archive/${pkgver}.tar.gz")
-sha256sums=('4fed90cac465351061a4439cdfee217ed15cd65ee4b7662aa35e7fe16ed01402')
+sha256sums=('069b862dca74bdf5f45f767134e8c633af13d220490ca54a1add5ab9e15606b8')
build() {
# Use ROS environment variables.