python3-Sphinx: correct License

This commit is contained in:
Đoàn Trần Công Danh 2024-12-29 15:39:57 +07:00
parent 12d567cbd0
commit 2b5a910d89

View file

@ -21,8 +21,8 @@ changelog="https://github.com/sphinx-doc/sphinx/raw/master/CHANGES"
# distfiles="${PYPI_SITE}/S/Sphinx/Sphinx-${version}.tar.gz"
distfiles="${PYPI_SITE}/s/sphinx/sphinx-${version}.tar.gz"
checksum=43c1911eecb0d3e161ad78611bc905d1ad0e523e4ddc202a58a821773dc4c927
conflicts="python-Sphinx>=0"
replaces="python-Sphinx>=0"
post_install() {
vlicense LICENSE
vlicense LICENSE.rst
}