git » python-html5lib.git » commit abc9a3a

package update

author Daniel Griffiths
2010-11-10 06:58:53 UTC
committer Daniel Griffiths
2010-11-10 06:58:53 UTC
parent d5e399d3983c1c7ad4e37a87df55b6c56e27c374

package update

PKGBUILD +3 -3

diff --git a/PKGBUILD b/PKGBUILD
index 0e115d1..bcd2f73 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,8 +2,8 @@
 # Maintainer: Daniel J Griffiths <ghost1227@archlinux.us>
 
 pkgname=python-html5lib
-pkgver=0.11.1
-pkgrel=4
+pkgver=0.90
+pkgrel=1
 pkgdesc="A HTML parser/tokenizer based on the WHATWG HTML5 spec"
 arch=('i686' 'x86_64')
 url="http://code.google.com/p/html5lib/"
@@ -12,7 +12,7 @@ depends=('python2')
 makedepends=('unzip' 'setuptools')
 source=(http://html5lib.googlecode.com/files/html5lib-${pkgver}.zip
     LICENSE)
-md5sums=('f0981fcec3d69789f12f52779c55fa29'
+md5sums=('691e6b9ebe15b333a28280974b2ce432'
          '838c366f69b72c5df05c96dff79b35f2')
 
 build() {