diff --git a/community/py3-sphinx-autobuild/APKBUILD b/community/py3-sphinx-autobuild/APKBUILD index 5848892e5bd4112fe9ec28dcae456c58fa5ff9f4..02baaa535573784b5913475b523d00f4cf31c3ac 100644 --- a/community/py3-sphinx-autobuild/APKBUILD +++ b/community/py3-sphinx-autobuild/APKBUILD @@ -2,7 +2,7 @@ # Maintainer: Francesco Colista <fcolista@alpinelinux.org> pkgname=py3-sphinx-autobuild pkgver=2024.10.03 -pkgrel=0 +pkgrel=1 pkgdesc="Watch a Sphinx directory and rebuild the documentation when a change is detected" url="https://github.com/executablebooks/sphinx-autobuild" arch="noarch" @@ -13,7 +13,10 @@ depends=" py3-colorama py3-livereload py3-sphinx + py3-starlette py3-tornado + py3-watchfiles + uvicorn " makedepends=" py3-gpep517