diff options
author | Natanael Copa <ncopa@alpinelinux.org> | 2019-10-31 09:54:27 +0000 |
---|---|---|
committer | Natanael Copa <ncopa@alpinelinux.org> | 2019-11-05 15:34:02 +0000 |
commit | 78d97a86f98fc3997319e4df22253484807b65de (patch) | |
tree | 0e5bd5e35133af2d291c333ffe497925574ece6f /community/py3-sphinx-autobuild | |
parent | e08b6eaaf2229fb2fcf5375101adaf723276e4c8 (diff) | |
download | aports-78d97a86f98fc3997319e4df22253484807b65de.tar.bz2 aports-78d97a86f98fc3997319e4df22253484807b65de.tar.xz |
community/py3-sphinx-autobuild: rebuild against python 3.8
Diffstat (limited to 'community/py3-sphinx-autobuild')
-rw-r--r-- | community/py3-sphinx-autobuild/APKBUILD | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/community/py3-sphinx-autobuild/APKBUILD b/community/py3-sphinx-autobuild/APKBUILD index bd52afd31f..f9c5265767 100644 --- a/community/py3-sphinx-autobuild/APKBUILD +++ b/community/py3-sphinx-autobuild/APKBUILD @@ -3,7 +3,7 @@ pkgname=py3-sphinx-autobuild _pkgname=sphinx-autobuild pkgver=0.7.1 -pkgrel=0 +pkgrel=1 pkgdesc="Watch a Sphinx directory and rebuild the documentation when a change is detected" url="https://github.com/GaretJax/sphinx-autobuild" arch="noarch" |