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

Florian Pritz bluewind at archlinux.org
Sat Oct 27 13:55:09 UTC 2018


    Date: Saturday, October 27, 2018 @ 13:55:08
  Author: bluewind
Revision: 399206

upgpkg: python-ansi2html 1.5.2-1

upstream update

Modified:
  python-ansi2html/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2018-10-27 13:49:39 UTC (rev 399205)
+++ PKGBUILD	2018-10-27 13:55:08 UTC (rev 399206)
@@ -1,7 +1,8 @@
 # Maintainer: Florian Pritz <bluewind at xinu.at>
 
 pkgname=python-ansi2html
-pkgver=1.5.1
+_libname=${pkgname/python-/}
+pkgver=1.5.2
 pkgrel=1
 pkgdesc="Convert text with ANSI color codes to HTML"
 arch=('any')
@@ -8,9 +9,9 @@
 url="http://pypi.python.org/pypi/ansi2html"
 license=('GPL')
 depends=('python-six' 'python-setuptools')
-source=("https://files.pythonhosted.org/packages/2d/a0/552aff322ed78f425e9bb8d4868e60340f7137b020d9e423f2d408754184/ansi2html-$pkgver.tar.gz")
-md5sums=('1166e40ded73e8612b81ffc68c4ecf40')
-sha256sums=('5b721aef18549934cdbf86c11ceb08c844a4c8e85a808986bb5388dfc25a1027')
+source=("https://files.pythonhosted.org/packages/source/${_libname:0:1}/$_libname/$_libname-$pkgver.tar.gz")
+md5sums=('52d6085ad1c5970082ea5305a26af981')
+sha256sums=('96ae85ae7b26b7da674d87de2870ba4d1964bca733ae4614587080b6358c3ba9')
 validpgpkeys=(94504C3AE11DD197920058ABA90ED7DE971095FF)
 
 package() {



More information about the arch-commits mailing list