python2-html2text: update to 2014.12.5

This commit is contained in:
Francesco Marinucci 2014-12-17 10:21:32 +00:00
parent 5818bb102d
commit f762cfa346

View File

@ -1,16 +1,16 @@
# Maintainer: Ernesto Manríquez <alejandronova@gmail.com>
pkgname=python2-html2text
pkgver=3.200.3
pkgrel=3
pkgver=2014.12.5
pkgrel=1
pkgdesc="Converts a page of HTML into clean, easy-to-read plain ASCII text."
arch=('any')
arch=('x86_64')
url="http://www.aaronsw.com/2002/html2text"
license=('GPL3')
depends=('python2')
makedepends=('python-distribute')
source=("http://pypi.python.org/packages/source/h/html2text/html2text-$pkgver.tar.gz")
md5sums=('98162c467ddafc1a63bff8db98f03d14')
md5sums=('165c314c5957cc8cf847c9a8cac3e4d2')
package() {
cd "$srcdir/html2text-$pkgver"