Date: Sunday, March 15, 2015 @ 18:08:26 Author: jlichtblau Revision: 129303
upgpkg: python-html2text 2015.2.18-1 Modified: python-html2text/trunk/PKGBUILD ----------+ PKGBUILD | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2015-03-15 17:02:21 UTC (rev 129302) +++ PKGBUILD 2015-03-15 17:08:26 UTC (rev 129303) @@ -4,8 +4,8 @@ # Contributor: Daniel J Griffiths <[email protected]> pkgname=python-html2text -pkgver=2014.12.29 -pkgrel=2 +pkgver=2015.2.18 +pkgrel=1 pkgdesc="A HTML to markdown-structured text converter" arch=('any') url="https://pypi.python.org/pypi/html2text/" @@ -14,7 +14,7 @@ provides=('html2text') replaces=('html2text') source=(https://pypi.python.org/packages/source/h/html2text/html2text-$pkgver.tar.gz) -sha256sums=('c3977dfe6fd1ba0d4091f85963306488b3e9e236cfe60d8821158ce5a7fcb619') +sha256sums=('549af31989143ea9d47c5d8b05d4a7d0e3fa21f1d13b0abd3229e21854ba208b') build() { cd "${srcdir}"/html2text-$pkgver
