From c88da135960cffaa6f9f51e008434cd0e4eba057 Mon Sep 17 00:00:00 2001 From: prspkt Date: Sat, 30 Mar 2019 00:23:51 +0200 Subject: testing/py3-ansi2html: upgrade to 1.5.2 --- testing/py3-ansi2html/APKBUILD | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'testing/py3-ansi2html') diff --git a/testing/py3-ansi2html/APKBUILD b/testing/py3-ansi2html/APKBUILD index 4eb96e7fb8..ce185b9dff 100644 --- a/testing/py3-ansi2html/APKBUILD +++ b/testing/py3-ansi2html/APKBUILD @@ -2,7 +2,7 @@ # Maintainer: Fabian Affolter pkgname=py3-ansi2html _pkgname=ansi2html -pkgver=1.3.0 +pkgver=1.5.2 pkgrel=0 pkgdesc="Convert text with ANSI color codes to HTML" url="https://github.com/ralphbean/ansi2html" @@ -10,8 +10,8 @@ arch="noarch" license="LGPL-3.0-or-later" provides="py-ansi2html" # for backwards compatibility replaces="py-ansi2html=$pkgver-r$pkgrel" # for backwards compatibility -depends="python3 py3-setuptools py3-six" -makedepends="python3-dev" +depends="python3 py3-six" +makedepends="py3-setuptools python3-dev" source="https://files.pythonhosted.org/packages/source/${_pkgname:0:1}/$_pkgname/$_pkgname-$pkgver.tar.gz" builddir="$srcdir"/$_pkgname-$pkgver @@ -26,4 +26,4 @@ package() { python3 setup.py install --prefix=/usr --root="$pkgdir" } -sha512sums="73d1b3431e22146c4fe18fef4b05413231d79d627c396d67528d0aa1ab07a7ef4bcfeff56829b85d9fe9ad508599b782318911f7b10d6b9a1bc98780e31389d7 ansi2html-1.3.0.tar.gz" +sha512sums="163d5784d04e6eea0847676b967051382fa74a354c19462d1b73980fd1b0a7eb45ce1f1bd88cca803356e7767ccab1bbce6de4152c98aec98534f4ed7d65a83f ansi2html-1.5.2.tar.gz" -- cgit v1.2.3