summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 6512910495ba..2c0a26271507 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@
pkgname=python-uqbar
_pkg="${pkgname#python-}"
-pkgver=0.6.0
+pkgver=0.6.2
pkgrel=1
pkgdesc='Tools for building documentation with Sphinx, Graphviz and LaTeX'
arch=('any')
@@ -13,7 +13,7 @@ depends=('python>=3.7' 'python-sphinx' 'python-unidecode' 'python-black')
makedepends=('python-setuptools' 'python-build' 'python-installer' 'python-wheel')
checkdepends=('python-pytest' 'python-pytest-cov')
source=("$pkgname-$pkgver.tar.gz::$url/archive/v$pkgver.tar.gz")
-sha256sums=('7c0e0e908f43753b7aaf897f8105d23f1f7519dcb58e49c180252ea351ddc17c')
+sha256sums=('5562adbe1cbf33cc993c14d64c1126eab1cde2404cf858631f2bfba95642b660')
prepare() {
cd "$_pkg-$pkgver"