diff options
author | Leo <thinkabit.ukim@gmail.com> | 2020-06-26 00:53:51 -0300 |
---|---|---|
committer | Leo <thinkabit.ukim@gmail.com> | 2020-06-26 03:57:31 +0000 |
commit | daf51ac3b748a770c3f97edc72026c4a64e63038 (patch) | |
tree | 8a830a72769207dce87516d5a6d0a3b46335ab92 | |
parent | a266413fbdf9dd3822fb5295eb73d5c21a5e6d3a (diff) | |
download | aports-daf51ac3b748a770c3f97edc72026c4a64e63038.tar.gz aports-daf51ac3b748a770c3f97edc72026c4a64e63038.tar.bz2 aports-daf51ac3b748a770c3f97edc72026c4a64e63038.tar.xz |
community/py3-html5lib: upgrade to 1.1
-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" |