diff --git a/srcpkgs/python3-sphinxcontrib-applehelp/template b/srcpkgs/python3-sphinxcontrib-applehelp/template index 1c45ab30dfe..907ffe6bfd2 100644 --- a/srcpkgs/python3-sphinxcontrib-applehelp/template +++ b/srcpkgs/python3-sphinxcontrib-applehelp/template @@ -1,7 +1,7 @@ # Template file for 'python3-sphinxcontrib-applehelp' pkgname=python3-sphinxcontrib-applehelp -version=1.0.4 -revision=3 +version=2.0.0 +revision=1 build_style=python3-pep517 hostmakedepends="python3-flit_core python3-pyproject-hooks python3-setuptools python3-wheel" @@ -10,10 +10,10 @@ short_desc="Sphinx extension which outputs Apple help book" maintainer="Đoàn Trần Công Danh " license="BSD-2-Clause" homepage="http://sphinx-doc.org" -distfiles="${PYPI_SITE}/s/sphinxcontrib-applehelp/sphinxcontrib-applehelp-${version}.tar.gz" -checksum=828f867945bbe39817c210a1abfd1bc4895c8b73fcaade56d45357a348a07d7e +distfiles="${PYPI_SITE}/s/sphinxcontrib-applehelp/sphinxcontrib_applehelp-${version}.tar.gz" +checksum=2f29ef331735ce958efa4734873f084941970894c6090408b079c61b2e1c06d1 make_check=no # cyclic with Sphinx post_install() { - vlicense LICENSE + vlicense LICENCE.rst }