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

Felix Yan fyan at archlinux.org
Sat Apr 30 04:55:27 UTC 2016


    Date: Saturday, April 30, 2016 @ 06:55:27
  Author: fyan
Revision: 172883

upgpkg: python-html2text 2016.4.2-2

fix the broken python2 pkg

Modified:
  python-html2text/trunk/PKGBUILD

----------+
 PKGBUILD |    4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2016-04-30 04:53:14 UTC (rev 172882)
+++ PKGBUILD	2016-04-30 04:55:27 UTC (rev 172883)
@@ -7,7 +7,7 @@
 pkgbase=python-html2text
 pkgname=('python-html2text' 'python2-html2text')
 pkgver=2016.4.2
-pkgrel=1
+pkgrel=2
 pkgdesc="A HTML to markdown-structured text converter"
 arch=('any')
 url="https://pypi.python.org/pypi/html2text/"
@@ -49,6 +49,6 @@
   depends=('python2-setuptools')
 
   cd "${srcdir}"/html2text-$pkgver-py2
-  python setup.py install --root="${pkgdir}"
+  python2 setup.py install --root="${pkgdir}"
   mv "$pkgdir/usr/bin/html2text"{,2}
 }



More information about the arch-commits mailing list