diff options
Diffstat (limited to 'community/py3-html5lib/APKBUILD')
-rw-r--r-- | community/py3-html5lib/APKBUILD | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/community/py3-html5lib/APKBUILD b/community/py3-html5lib/APKBUILD index 9d64d3324d..30f87eb92e 100644 --- a/community/py3-html5lib/APKBUILD +++ b/community/py3-html5lib/APKBUILD @@ -3,8 +3,8 @@ # Maintainer: Fabian Affolter <fabian@affolter-engineering.ch> pkgname=py3-html5lib _pkgname=html5lib -pkgver=1.0.1 -pkgrel=4 +pkgver=1.1 +pkgrel=0 pkgdesc="A Python HTML parser" options="!check" # 1 test fail TypeError: object of type 'MarkDecorator' has no len() url="https://github.com/html5lib/html5lib-python" @@ -31,4 +31,4 @@ package() { python3 setup.py install --prefix=/usr --root="$pkgdir" } -sha512sums="35939b4450893864da04e735ee5e0addacf1dd34bae6a6909c76572abf6bfded446a78a713dfde91c1485ba45867d7abeb6a45cf0545c16ea968707be7de5dd2 html5lib-1.0.1.tar.gz" +sha512sums="af7c29591007fded99be6c38e3d0ae5a4ac32d71d26046a615918ae732cb1c1ecbf754f47ceca1a53726c3843f3ecea7af87a7362281b45ff3af495815818626 html5lib-1.1.tar.gz" |