From 6b30e22fbbafb6a9ea852658829d4905c5184357 Mon Sep 17 00:00:00 2001 From: Drew DeVault Date: Mon, 8 Apr 2019 20:04:53 -0400 Subject: [PATCH] Remove /usr/bin/ansi2html from py2-ansi2html --- sr.ht/py-ansi2html/APKBUILD | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/sr.ht/py-ansi2html/APKBUILD b/sr.ht/py-ansi2html/APKBUILD index 20396f8..00e344d 100644 --- a/sr.ht/py-ansi2html/APKBUILD +++ b/sr.ht/py-ansi2html/APKBUILD @@ -3,7 +3,7 @@ pkgname=py-ansi2html _pkgname=ansi2html pkgver=1.5.2 -pkgrel=0 +pkgrel=1 pkgdesc="Convert text with ANSI color codes to HTML" url="http://github.com/ralphbean/ansi2html/" arch="noarch" @@ -42,6 +42,7 @@ _py2() { cd "$builddir" replaces="py-ansi2html" _py python2 + rm "$subpkgdir"/usr/bin/ansi2html } _py3() { -- 2.45.2