[arch-commits] Commit in python-html5lib/trunk (PKGBUILD)

Jelle van der Waa jelle at nymeria.archlinux.org
Mon Oct 21 19:48:35 UTC 2013


    Date: Monday, October 21, 2013 @ 21:48:35
  Author: jelle
Revision: 98960

upgpkg: python-html5lib 0.99-2

fix fs#36967

Modified:
  python-html5lib/trunk/PKGBUILD

----------+
 PKGBUILD |    4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2013-10-21 17:47:32 UTC (rev 98959)
+++ PKGBUILD	2013-10-21 19:48:35 UTC (rev 98960)
@@ -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 @@
 
 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}




More information about the arch-commits mailing list