summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorAchmad Fathoni2021-02-10 11:43:42 +0700
committerAchmad Fathoni2021-02-10 11:43:42 +0700
commitb5d23cab524cbba3589c9c8453d530d8bf732373 (patch)
treef29bf490b1f6e3395277a1f9fd9d4f79a650a547 /PKGBUILD
parenta30b58ba2682fa975b585657e9e0e0a6cb74b20d (diff)
downloadaur-ros-noetic-rviz-plugin-tutorials.tar.gz
Update to 0.11.0
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD6
1 files changed, 3 insertions, 3 deletions
diff --git a/PKGBUILD b/PKGBUILD
index df6a7dbd7f30..c2df9e29369f 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,10 +4,10 @@ pkgdesc="ROS - Tutorials showing how to write plugins for RViz."
url='https://wiki.ros.org/rviz_plugin_tutorials'
pkgname='ros-noetic-rviz-plugin-tutorials'
-pkgver='0.10.3'
+pkgver='0.11.0'
_pkgver_patch=0
arch=('any')
-pkgrel=2
+pkgrel=1
license=('BSD')
ros_makedepends=(
@@ -33,7 +33,7 @@ depends=(
_dir="visualization_tutorials-${pkgver}/rviz_plugin_tutorials"
source=("${pkgname}-${pkgver}.tar.gz"::"https://github.com/ros-visualization/visualization_tutorials/archive/${pkgver}.tar.gz")
-sha256sums=('a3162d933fea0dd58b99e46fb71ea5d8596ef6e46eaf3a906e4bf20e9ca1bb1c')
+sha256sums=('e592005f3af058ed3fe6f2aeec2d64a6b861dc387b2f7c4d7e3cf1e165373de0')
build() {
# Use ROS environment variables.