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

Eli Schwartz eschwartz at archlinux.org
Fri Sep 25 06:12:02 UTC 2020


    Date: Friday, September 25, 2020 @ 06:12:02
  Author: eschwartz
Revision: 711980

upgpkg: python-html2text 2020.1.16-1: upstream release

Now that python2 is no longer supported, we can upgrade and fix FS#64593

Modified:
  python-html2text/trunk/PKGBUILD

----------+
 PKGBUILD |    6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2020-09-25 06:08:54 UTC (rev 711979)
+++ PKGBUILD	2020-09-25 06:12:02 UTC (rev 711980)
@@ -4,8 +4,8 @@
 # Contributor: Felix Yan <felixonmars at archlinux>
 
 pkgname=python-html2text
-pkgver=2019.8.11
-pkgrel=4
+pkgver=2020.1.16
+pkgrel=1
 pkgdesc="A HTML to markdown-structured text converter"
 arch=('any')
 url="https://pypi.python.org/pypi/html2text/"
@@ -15,7 +15,7 @@
 provides=('html2text')
 replaces=('html2text')
 source=($pkgname-$pkgver.tar.gz::https://github.com/Alir3z4/html2text/archive/$pkgver.tar.gz)
-sha256sums=('aeffe2b403ddf242f43aba6b91b77791a489b32e6e8fa108f7963d11cb85c862')
+sha256sums=('209a2c4d7897e83a6999160ef51ae71bdb8c3eede99e103f12edb25199d4d11e')
 
 build() {
   cd "${srcdir}"/html2text-$pkgver



More information about the arch-commits mailing list