python-sphinxcontrib-applehelp 2.0.0-1

This commit is contained in:
xhaa123 2024-11-04 15:11:12 +08:00
parent 56d74cbb97
commit 0bf6dfc510

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-applehelp pkgname=python-sphinxcontrib-applehelp
pkgver=1.0.8 pkgver=2.0.0
pkgrel=1 pkgrel=1
pkgdesc="Sphinx extension which outputs Apple help books" pkgdesc="Sphinx extension which outputs Apple help books"
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-applehelp/archive/${pkgver}/${pkgname#*-}-${pkgver}.tar.gz) source=(https://github.com/sphinx-doc/sphinxcontrib-applehelp/archive/${pkgver}/${pkgname#*-}-${pkgver}.tar.gz)
sha256sums=(3e9142cdad80195aad945fb5dc0a0fdce19046ceb124d22d2bd2ee0166819763) sha256sums=(953f2b79bf0162715e943fadbb805f614fb879c61f07a44d425961485baf7891)
build() { build() {
cd ${pkgname#*-}-${pkgver} cd ${pkgname#*-}-${pkgver}