author | Jelle van der Waa
<jelle@archlinux.org> 2014-03-16 09:11:52 UTC |
committer | Jelle van der Waa
<jelle@archlinux.org> 2014-03-16 09:11:52 UTC |
parent | 92ad30c525acfc37b2001e8d6c3ab871b3d5bc90 |
PKGBUILD | +3 | -3 |
diff --git a/PKGBUILD b/PKGBUILD index 7835357..439fe45 100644 --- a/PKGBUILD +++ b/PKGBUILD @@ -4,7 +4,7 @@ pkgbase=python-html5lib pkgname=('python2-html5lib' 'python-html5lib') pkgver=0.999 -pkgrel=2 +pkgrel=3 arch=('any') url="http://code.google.com/p/html5lib/" license=('MIT') @@ -20,7 +20,7 @@ build() { package_python-html5lib() { pkgdesc="A Python HTML parser/tokenizer based on the WHATWG HTML5 spec" -depends=('python' 'python-six') +depends=('python') cd ${srcdir}/html5lib-python-${pkgver} python3 setup.py install --root=${pkgdir} @@ -28,7 +28,7 @@ depends=('python' 'python-six') } package_python2-html5lib() { -depends=('python2') +depends=('python2' 'python2-six') pkgdesc="A Python2 HTML parser/tokenizer based on the WHATWG HTML5 spec" cd ${srcdir}/html5lib-python-${pkgver}