summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorAchmad Fathoni2021-05-08 05:53:22 +0700
committerAchmad Fathoni2021-05-08 05:53:22 +0700
commitc7c667dd4c4fd0bd81fbca375f953b0201a61e1a (patch)
tree3df0e54b2a0b07dde0049f09aa81bdf8145a2bd7
parentc05ae761ba385460ce807a6b8fa26e453d0107f2 (diff)
downloadaur-c7c667dd4c4fd0bd81fbca375f953b0201a61e1a.tar.gz
Update package
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 0be0c99afcb2..708f9c28ee3f 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = ros-noetic-rqt-publisher
pkgdesc = ROS - rqt_publisher provides a GUI plugin for publishing arbitrary messages with fixed or computed field values.
- pkgver = 0.4.9
+ pkgver = 0.4.10
pkgrel = 1
url = https://wiki.ros.org/rqt_publisher
arch = any
@@ -16,8 +16,8 @@ pkgbase = ros-noetic-rqt-publisher
depends = ros-noetic-rqt-gui
depends = ros-noetic-roslib
depends = python-rospkg
- source = ros-noetic-rqt-publisher-0.4.9.tar.gz::https://github.com/ros-visualization/rqt_publisher/archive/0.4.9.tar.gz
- sha256sums = c572c50f94c47f52f277575577c6dca789c6e2149176995ebd5de896a4459de7
+ source = ros-noetic-rqt-publisher-0.4.10.tar.gz::https://github.com/ros-visualization/rqt_publisher/archive/0.4.10.tar.gz
+ sha256sums = d2e8a127d6ca0cc5929b62bf333195c4717a49112a133bbc2d9040d242ce23c2
pkgname = ros-noetic-rqt-publisher
diff --git a/PKGBUILD b/PKGBUILD
index 74008617b71d..ae841aea63cb 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,7 +4,7 @@ pkgdesc="ROS - rqt_publisher provides a GUI plugin for publishing arbitrary mess
url='https://wiki.ros.org/rqt_publisher'
pkgname='ros-noetic-rqt-publisher'
-pkgver='0.4.9'
+pkgver='0.4.10'
_pkgver_patch=0
arch=('any')
pkgrel=1
@@ -37,7 +37,7 @@ depends=(
_dir="rqt_publisher-${pkgver}/"
source=("${pkgname}-${pkgver}.tar.gz"::"https://github.com/ros-visualization/rqt_publisher/archive/${pkgver}.tar.gz")
-sha256sums=('c572c50f94c47f52f277575577c6dca789c6e2149176995ebd5de896a4459de7')
+sha256sums=('d2e8a127d6ca0cc5929b62bf333195c4717a49112a133bbc2d9040d242ce23c2')
build() {
# Use ROS environment variables.