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 deae9e6fb346..46f820af4d7f 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = ros-noetic-rqt-tf-tree
pkgdesc = ROS - rqt_tf_tree provides a GUI plugin for visualizing the ROS TF frame tree.
- pkgver = 0.6.2
+ pkgver = 0.6.3
pkgrel = 1
url = https://wiki.ros.org/rqt_tf_tree
arch = any
@@ -19,12 +19,11 @@ pkgbase = ros-noetic-rqt-tf-tree
depends = ros-noetic-rospy
depends = ros-noetic-geometry-msgs
depends = python-rospkg
- source = ros-noetic-rqt-tf-tree-0.6.2.tar.gz::https://github.com/ros-visualization/rqt_tf_tree/archive/0.6.2.tar.gz
+ source = ros-noetic-rqt-tf-tree-0.6.3.tar.gz::https://github.com/ros-visualization/rqt_tf_tree/archive/0.6.3.tar.gz
source = https://github.com/ros-visualization/rqt_tf_tree/pull/28.patch
source = https://github.com/ros-visualization/rqt_tf_tree/pull/30.patch
- sha256sums = 2167fefc172a02d9ae829e96a8dd3280a41c125d3f8840134247f60dd9f6d505
+ sha256sums = d020db10eda6799d2e45d9e7808fcb7d4b474ead28d6166d12ade597fe4b9e5e
sha256sums = SKIP
sha256sums = SKIP
pkgname = ros-noetic-rqt-tf-tree
-
diff --git a/PKGBUILD b/PKGBUILD
index c0ef5d9e96c9..6b6a362365a5 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,7 +4,7 @@ pkgdesc="ROS - rqt_tf_tree provides a GUI plugin for visualizing the ROS TF fram
url='https://wiki.ros.org/rqt_tf_tree'
pkgname='ros-noetic-rqt-tf-tree'
-pkgver='0.6.2'
+pkgver='0.6.3'
_pkgver_patch=0
arch=('any')
pkgrel=1
@@ -42,7 +42,7 @@ _dir="rqt_tf_tree-${pkgver}"
source=("${pkgname}-${pkgver}.tar.gz"::"https://github.com/ros-visualization/rqt_tf_tree/archive/${pkgver}.tar.gz"
"https://github.com/ros-visualization/rqt_tf_tree/pull/28.patch"
"https://github.com/ros-visualization/rqt_tf_tree/pull/30.patch")
-sha256sums=('2167fefc172a02d9ae829e96a8dd3280a41c125d3f8840134247f60dd9f6d505'
+sha256sums=('d020db10eda6799d2e45d9e7808fcb7d4b474ead28d6166d12ade597fe4b9e5e'
'SKIP'
'SKIP')