summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorAchmad Fathoni2021-05-08 05:53:41 +0700
committerAchmad Fathoni2021-05-08 05:53:41 +0700
commit89b6055b89ce963c1132429a444f986ab5b6151e (patch)
treef706dbc507fc327e2521fd80aebf36ba45d074db
parent86268b9ec6d087398b5ab671cb8c7ae6a06cf485 (diff)
downloadaur-89b6055b89ce963c1132429a444f986ab5b6151e.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 7e8d3e951f45..faccc9e85ac9 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = ros-noetic-rqt-shell
pkgdesc = ROS - rqt_shell is a Python GUI plugin providing an interactive shell.
- pkgver = 0.4.10
+ pkgver = 0.4.11
pkgrel = 1
url = https://wiki.ros.org/rqt_shell
arch = any
@@ -14,8 +14,8 @@ pkgbase = ros-noetic-rqt-shell
depends = ros-noetic-python-qt-binding
depends = ros-noetic-rqt-gui
depends = python-rospkg
- source = ros-noetic-rqt-shell-0.4.10.tar.gz::https://github.com/ros-visualization/rqt_shell/archive/0.4.10.tar.gz
- sha256sums = 3810cd16027bfb9c1d2ffe439ee4a0ee37b2ac0526c4bf8eaef47314f8bf4af2
+ source = ros-noetic-rqt-shell-0.4.11.tar.gz::https://github.com/ros-visualization/rqt_shell/archive/0.4.11.tar.gz
+ sha256sums = 9057d677677055a7dd1ef48972386b55f3a3fa0e6d608b8a38ae50c6e0a56768
pkgname = ros-noetic-rqt-shell
diff --git a/PKGBUILD b/PKGBUILD
index 66857aeac1f5..a72fbcb55ca2 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,7 +4,7 @@ pkgdesc="ROS - rqt_shell is a Python GUI plugin providing an interactive shell."
url='https://wiki.ros.org/rqt_shell'
pkgname='ros-noetic-rqt-shell'
-pkgver='0.4.10'
+pkgver='0.4.11'
_pkgver_patch=0
arch=('any')
pkgrel=1
@@ -35,7 +35,7 @@ depends=(
_dir="rqt_shell-${pkgver}/"
source=("${pkgname}-${pkgver}.tar.gz"::"https://github.com/ros-visualization/rqt_shell/archive/${pkgver}.tar.gz")
-sha256sums=('3810cd16027bfb9c1d2ffe439ee4a0ee37b2ac0526c4bf8eaef47314f8bf4af2')
+sha256sums=('9057d677677055a7dd1ef48972386b55f3a3fa0e6d608b8a38ae50c6e0a56768')
build() {
# Use ROS environment variables.