summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorFelix Exner2021-06-15 14:42:45 +0200
committerFelix Exner2021-06-15 14:42:45 +0200
commit49fe5396fec42af1ae376b233d64b2f50cc291b1 (patch)
treec7a84c57f67048876e463917a6a0de0a4ad4cba9 /PKGBUILD
parent83d109241ecc509ad645783621c44acd8f8dd315 (diff)
downloadaur-ros-melodic-rosdoc-lite.tar.gz
Update package to python3-compatible version
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index e2df1df794bd..7a6d5eb5eeee 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,7 +4,7 @@ pkgdesc="ROS - This ROS package wraps documentation tools like doxygen, sphinx,
url='http://wiki.ros.org/rosdoc_lite'
pkgname='ros-melodic-rosdoc-lite'
-pkgver='0.2.9'
+pkgver='0.2.10'
arch=('any')
pkgrel=1
license=('BSD')
@@ -26,7 +26,7 @@ depends=(${ros_depends[@]}
_dir="rosdoc_lite-${pkgver}/"
source=("${pkgname}-${pkgver}.tar.gz"::"https://github.com/ros-infrastructure/rosdoc_lite/archive/refs/tags/${pkgver}.tar.gz")
-sha256sums=('e53a232dac14c7737a963d8043f080a91b97b122697e15c27e441475ca573e8b')
+sha256sums=('91f81eb47dd835fe5e69e5584a5adf2bc0b7d85831bb5c777ef72fd85e07adfa')
build() {