author | Eli Schwartz
<eschwartz@archlinux.org> 2020-11-13 12:06:53 UTC |
committer | Eli Schwartz
<eschwartz@archlinux.org> 2020-11-13 12:06:53 UTC |
parent | 8c111aefd1fdbd17806346d7a2ecab1c9cee6489 |
PKGBUILD | +2 | -3 |
diff --git a/PKGBUILD b/PKGBUILD index 38eb988..159fc3c 100644 --- a/PKGBUILD +++ b/PKGBUILD @@ -6,7 +6,7 @@ pkgbase=python-html5lib pkgname=('python2-html5lib' 'python-html5lib') pkgver=1.1 -pkgrel=3 +pkgrel=4 arch=('any') url="https://github.com/html5lib" license=('MIT') @@ -60,8 +60,7 @@ package_python-html5lib() { package_python2-html5lib() { pkgdesc="A Python2 HTML parser/tokenizer based on the WHATWG HTML5 spec" depends=("${_deps[@]/#/python2-}") - optdepends=('python2-lxml: lxml treebuilder' - 'python2-genshi: genshi treewalker') + optdepends=('python2-lxml: lxml treebuilder') cd "${srcdir}"/html5lib-python-${pkgver} python2 setup.py install --root="${pkgdir}" --optimize=1 --skip-build