summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorAchmad Fathoni2021-02-10 11:42:19 +0700
committerAchmad Fathoni2021-02-10 11:42:19 +0700
commit86268b9ec6d087398b5ab671cb8c7ae6a06cf485 (patch)
treed5a9ef2d8189f132497123f6aee5fd7740a698fa
parent14e7b7acbf9ad7c3a7b081bf323fb415ff82a2ae (diff)
downloadaur-86268b9ec6d087398b5ab671cb8c7ae6a06cf485.tar.gz
Update to 0.4.10
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD8
2 files changed, 8 insertions, 8 deletions
diff --git a/.SRCINFO b/.SRCINFO
index cb1ba56f4ec1..7e8d3e951f45 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = ros-noetic-rqt-shell
pkgdesc = ROS - rqt_shell is a Python GUI plugin providing an interactive shell.
- pkgver = 0.4.9
- pkgrel = 2
+ pkgver = 0.4.10
+ pkgrel = 1
url = https://wiki.ros.org/rqt_shell
arch = any
license = BSD
@@ -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.9.tar.gz::https://github.com/ros-visualization/rqt_shell/archive/0.4.9.tar.gz
- sha256sums = 4655145edc9d0645894a122e1347cf6611a3102d6b1a24c4429df0812e51eac1
+ 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
pkgname = ros-noetic-rqt-shell
diff --git a/PKGBUILD b/PKGBUILD
index 954d87df5ab4..66857aeac1f5 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,10 +4,10 @@ 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.9'
+pkgver='0.4.10'
_pkgver_patch=0
arch=('any')
-pkgrel=2
+pkgrel=1
license=('BSD')
ros_makedepends=(
@@ -33,9 +33,9 @@ depends=(
python-rospkg
)
-_dir="rqt_shell-${pkgver}"
+_dir="rqt_shell-${pkgver}/"
source=("${pkgname}-${pkgver}.tar.gz"::"https://github.com/ros-visualization/rqt_shell/archive/${pkgver}.tar.gz")
-sha256sums=('4655145edc9d0645894a122e1347cf6611a3102d6b1a24c4429df0812e51eac1')
+sha256sums=('3810cd16027bfb9c1d2ffe439ee4a0ee37b2ac0526c4bf8eaef47314f8bf4af2')
build() {
# Use ROS environment variables.