python-sphinxcontrib-qthelp 2.0.0-1

This commit is contained in:
xhaa123 2024-11-04 15:23:54 +08:00
parent d56df7701a
commit c9ed406604

View File

@ -5,7 +5,7 @@
# Maintainer: Future Linux Team <future_linux@163.com> # Maintainer: Future Linux Team <future_linux@163.com>
pkgname=python-sphinxcontrib-qthelp pkgname=python-sphinxcontrib-qthelp
pkgver=1.0.7 pkgver=2.0.0
pkgrel=1 pkgrel=1
pkgdesc="Sphinx extension which outputs QtHelp document" pkgdesc="Sphinx extension which outputs QtHelp document"
arch=('x86_64') arch=('x86_64')
@ -14,7 +14,7 @@ license=('BSD-2-Clause')
depends=('python') depends=('python')
makedepends=('python-build' 'python-flit-core' 'python-installer') makedepends=('python-build' 'python-flit-core' 'python-installer')
source=(https://github.com/sphinx-doc/sphinxcontrib-qthelp/archive/${pkgver}/${pkgname#*-}-${pkgver}.tar.gz) source=(https://github.com/sphinx-doc/sphinxcontrib-qthelp/archive/${pkgver}/${pkgname#*-}-${pkgver}.tar.gz)
sha256sums=(29d9256d53af5fcdedc1f71f0a0658d00deb62aa721ae371aa8d16da8ef454f9) sha256sums=(8bbb0bc76ad38fc552a73292740b55bdf9ea2ab3d5111ebd58e47cd6225855b2)
build() { build() {
cd ${pkgname#*-}-${pkgver} cd ${pkgname#*-}-${pkgver}