From 47c4aedb4ac79699745e03d8c8b6e1cb7d159234 Mon Sep 17 00:00:00 2001 From: xhaa123 Date: Mon, 4 Nov 2024 15:17:04 +0800 Subject: [PATCH] python-sphinxcontrib-htmlhelp 2.1.0-1 --- PKGBUILD | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/PKGBUILD b/PKGBUILD index 1c7e73e..da7d345 100644 --- a/PKGBUILD +++ b/PKGBUILD @@ -5,7 +5,7 @@ # Maintainer: Future Linux Team pkgname=python-sphinxcontrib-htmlhelp -pkgver=2.0.5 +pkgver=2.1.0 pkgrel=1 pkgdesc="Sphinx extension which renders HTML help files" arch=('x86_64') @@ -14,7 +14,7 @@ license=('BSD-2-Clause') depends=('python') makedepends=('python-build' 'python-flit-core' 'python-installer') source=(https://github.com/sphinx-doc/sphinxcontrib-htmlhelp/archive/${pkgver}/${pkgname#*-}-${pkgver}.tar.gz) -sha256sums=(a4122de528ee9e6e89c4cc0660f60860ff5f1ddb47c23d43d731fb4c7b227773) +sha256sums=(52abf96834748a325d396156e5452a77bef3396e9d62fb22a09c0742fa19f663) build() { cd ${pkgname#*-}-${pkgver}