summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorFelix Exner2020-09-04 20:17:08 +0200
committerFelix Exner2020-09-04 20:17:08 +0200
commitbc6ac83c0dc34aebcea19de347d2ab34b2046e03 (patch)
tree5af70bfe748f984dbaa7eafc97c32aa34c763c51 /PKGBUILD
parentf097ce84f2a89866841d9f5a73b44fede57da7c8 (diff)
downloadaur-ros-melodic-rviz-python-tutorial.tar.gz
Update package
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD6
1 files changed, 3 insertions, 3 deletions
diff --git a/PKGBUILD b/PKGBUILD
index beea3b2dfd3d..158dfde88ef1 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,10 +4,10 @@ pkgdesc="ROS - Tutorials showing how to call into rviz internals from python scr
url='https://wiki.ros.org/rviz_python_tutorial'
pkgname='ros-melodic-rviz-python-tutorial'
-pkgver='0.10.3'
+pkgver='0.10.5'
_pkgver_patch=0
arch=('any')
-pkgrel=2
+pkgrel=1
license=('BSD')
ros_makedepends=(
@@ -31,7 +31,7 @@ depends=(
_dir="visualization_tutorials-${pkgver}/rviz_python_tutorial"
source=("${pkgname}-${pkgver}.tar.gz"::"https://github.com/ros-visualization/visualization_tutorials/archive/${pkgver}.tar.gz")
-sha256sums=('a3162d933fea0dd58b99e46fb71ea5d8596ef6e46eaf3a906e4bf20e9ca1bb1c')
+sha256sums=('96e5edf79ef3847d9948d7e8193864ae258d1eaa1c2a5a7924d1426921102cae')
build() {
# Use ROS environment variables.