summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorAchmad Fathoni2021-02-10 11:41:24 +0700
committerAchmad Fathoni2021-02-10 11:41:24 +0700
commit39e622a75b475257063543af4db398a0179a845c (patch)
tree29f243874157232a2bd02217869feac137af536c
parent2e925ce5889f6a07255ede3dd07d2371ea54dd19 (diff)
downloadaur-39e622a75b475257063543af4db398a0179a845c.tar.gz
Update to 0.5.8
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD8
2 files changed, 8 insertions, 8 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 79f891843777..fe89db7efba8 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = ros-noetic-rqt-runtime-monitor
pkgdesc = ROS - rqt_runtime_monitor provides a GUI plugin viewing DiagnosticsArray messages.
- pkgver = 0.5.7
- pkgrel = 2
+ pkgver = 0.5.8
+ pkgrel = 1
url = https://wiki.ros.org/rqt_runtime_monitor
arch = any
license = BSD
@@ -15,8 +15,8 @@ pkgbase = ros-noetic-rqt-runtime-monitor
depends = ros-noetic-rqt-gui
depends = ros-noetic-rospy
depends = python-rospkg
- source = ros-noetic-rqt-runtime-monitor-0.5.7.tar.gz::https://github.com/ros-visualization/rqt_runtime_monitor/archive/0.5.7.tar.gz
- sha256sums = 48f32cfce4c395f15d7de22d842f93f97fceee72dffe0576b9b8f0ae67b131a0
+ source = ros-noetic-rqt-runtime-monitor-0.5.8.tar.gz::https://github.com/ros-visualization/rqt_runtime_monitor/archive/0.5.8.tar.gz
+ sha256sums = 6e320881f2efa4929afd36640154ced9927468a10212f139dca2372365bde35b
pkgname = ros-noetic-rqt-runtime-monitor
diff --git a/PKGBUILD b/PKGBUILD
index d31bf9a40219..9e68f35ef9d0 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,10 +4,10 @@ pkgdesc="ROS - rqt_runtime_monitor provides a GUI plugin viewing DiagnosticsArra
url='https://wiki.ros.org/rqt_runtime_monitor'
pkgname='ros-noetic-rqt-runtime-monitor'
-pkgver='0.5.7'
+pkgver='0.5.8'
_pkgver_patch=0
arch=('any')
-pkgrel=2
+pkgrel=1
license=('BSD')
ros_makedepends=(
@@ -34,9 +34,9 @@ depends=(
python-rospkg
)
-_dir="rqt_runtime_monitor-${pkgver}"
+_dir="rqt_runtime_monitor-${pkgver}/"
source=("${pkgname}-${pkgver}.tar.gz"::"https://github.com/ros-visualization/rqt_runtime_monitor/archive/${pkgver}.tar.gz")
-sha256sums=('48f32cfce4c395f15d7de22d842f93f97fceee72dffe0576b9b8f0ae67b131a0')
+sha256sums=('6e320881f2efa4929afd36640154ced9927468a10212f139dca2372365bde35b')
build() {
# Use ROS environment variables.