python3-Sphinx: update to 7.2.6.
This commit is contained in:
parent
f2b5bfbe6d
commit
8cf3fb0404
|
@ -1,6 +1,6 @@
|
|||
# Template file for 'python3-Sphinx'
|
||||
pkgname=python3-Sphinx
|
||||
version=7.0.1
|
||||
version=7.2.6
|
||||
revision=1
|
||||
build_style=python3-pep517
|
||||
hostmakedepends="python3-flit_core python3-pyproject-hooks"
|
||||
|
@ -17,8 +17,9 @@ maintainer="Đoàn Trần Công Danh <congdanhqx@gmail.com>"
|
|||
license="BSD-3-Clause"
|
||||
homepage="http://sphinx-doc.org"
|
||||
changelog="https://github.com/sphinx-doc/sphinx/raw/master/CHANGES"
|
||||
distfiles="${PYPI_SITE}/S/Sphinx/Sphinx-${version}.tar.gz"
|
||||
checksum=61e025f788c5977d9412587e733733a289e2b9fdc2fef8868ddfbfc4ccfe881d
|
||||
# distfiles="${PYPI_SITE}/S/Sphinx/Sphinx-${version}.tar.gz"
|
||||
distfiles="${PYPI_SITE}/s/sphinx/sphinx-${version}.tar.gz"
|
||||
checksum=9a5160e1ea90688d5963ba09a2dcd8bdd526620edbb65c328728f1b2228d5ab5
|
||||
conflicts="python-Sphinx>=0"
|
||||
|
||||
post_install() {
|
||||
|
|
Loading…
Reference in New Issue