git » python-html5lib.git » commit 8e0427a

fix fs#36967

author Jelle van der Waa
2013-10-21 19:48:35 UTC
committer Jelle van der Waa
2013-10-21 19:48:35 UTC
parent 65484ddd9435924c713b352e23d86ddfdbfe6d55

fix fs#36967

PKGBUILD +2 -2

diff --git a/PKGBUILD b/PKGBUILD
index a3ba51b..980493f 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,7 +4,7 @@
 pkgbase=python-html5lib
 pkgname=('python2-html5lib' 'python-html5lib')
 pkgver=0.99
-pkgrel=1
+pkgrel=2
 arch=('any')
 url="http://code.google.com/p/html5lib/"
 license=('MIT')
@@ -21,7 +21,7 @@ build() {
 
 package_python-html5lib() {
 pkgdesc="A Python HTML parser/tokenizer based on the WHATWG HTML5 spec"
-depends=('python')
+depends=('python' 'python-six')
     cd ${srcdir}/html5lib-python-${pkgver}
 
     python3 setup.py install --root=${pkgdir}