summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorAchmad Fathoni2021-02-10 11:42:34 +0700
committerAchmad Fathoni2021-02-10 11:42:34 +0700
commit0e2a915b877e81b2756cb5ce3276b6e022bbad08 (patch)
tree60ac8c5aacab6720d6c911bb2b75c54e9821204a /PKGBUILD
parent850cdb6c90aba12b3b5ac9de36395024bf2431a8 (diff)
downloadaur-0e2a915b877e81b2756cb5ce3276b6e022bbad08.tar.gz
Update to 0.6.2
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD6
1 files changed, 3 insertions, 3 deletions
diff --git a/PKGBUILD b/PKGBUILD
index fd165e4a46d3..e46cc90e5fa5 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.0'
+pkgver='0.6.2'
_pkgver_patch=0
arch=('any')
pkgrel=1
@@ -38,9 +38,9 @@ depends=(
python-rospkg
)
-_dir="rqt_tf_tree-${pkgver}"
+_dir="rqt_tf_tree-${pkgver}/"
source=("${pkgname}-${pkgver}.tar.gz"::"https://github.com/ros-visualization/rqt_tf_tree/archive/${pkgver}.tar.gz")
-sha256sums=('0d5996679310b747ac49d52c39e7869870458065b8ba118ed48b105d9f252604')
+sha256sums=('2167fefc172a02d9ae829e96a8dd3280a41c125d3f8840134247f60dd9f6d505')
build() {
# Use ROS environment variables.