[arch-commits] Commit in python-html5lib/trunk (PKGBUILD)
Jelle van der Waa
jelle at archlinux.org
Sun Dec 28 19:17:55 UTC 2014
Date: Sunday, December 28, 2014 @ 20:17:54
Author: jelle
Revision: 124760
upgpkg: python-html5lib 0.999-5
add python-six
Modified:
python-html5lib/trunk/PKGBUILD
----------+
PKGBUILD | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
Modified: PKGBUILD
===================================================================
--- PKGBUILD 2014-12-28 19:11:16 UTC (rev 124759)
+++ PKGBUILD 2014-12-28 19:17:54 UTC (rev 124760)
@@ -4,7 +4,7 @@
pkgbase=python-html5lib
pkgname=('python2-html5lib' 'python-html5lib')
pkgver=0.999
-pkgrel=4
+pkgrel=5
arch=('any')
url="https://github.com/html5lib"
license=('MIT')
@@ -20,7 +20,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