diff options
Diffstat (limited to 'main/py3-sphinxcontrib-applehelp/APKBUILD')
-rw-r--r-- | main/py3-sphinxcontrib-applehelp/APKBUILD | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/main/py3-sphinxcontrib-applehelp/APKBUILD b/main/py3-sphinxcontrib-applehelp/APKBUILD index 5ca60740e34..f84d65c432d 100644 --- a/main/py3-sphinxcontrib-applehelp/APKBUILD +++ b/main/py3-sphinxcontrib-applehelp/APKBUILD @@ -2,7 +2,7 @@ pkgname=py3-sphinxcontrib-applehelp _pyname=sphinxcontrib-applehelp pkgver=1.0.2 -pkgrel=3 +pkgrel=4 pkgdesc="Sphinx applehelp extension" url="https://pypi.python.org/pypi/sphinxcontrib-applehelp" arch="noarch" @@ -20,4 +20,6 @@ package() { python3 setup.py install --prefix=/usr --root="$pkgdir" } -sha512sums="1325ac83ff15dd28d6f2791caf64e6c08d1dd2f0946dc8891f5c4d8fd062a1e8650c9c39a7459195ef41f3b425f5b8d6c5e277ea85621a36dd870ca5162508da sphinxcontrib-applehelp-1.0.2.tar.gz" +sha512sums=" +1325ac83ff15dd28d6f2791caf64e6c08d1dd2f0946dc8891f5c4d8fd062a1e8650c9c39a7459195ef41f3b425f5b8d6c5e277ea85621a36dd870ca5162508da sphinxcontrib-applehelp-1.0.2.tar.gz +" |