diff options
author | Natanael Copa <ncopa@alpinelinux.org> | 2019-11-01 14:12:00 +0000 |
---|---|---|
committer | Natanael Copa <ncopa@alpinelinux.org> | 2019-11-05 15:35:29 +0000 |
commit | d2f576b89274f385575615382577cbc8e309b2a5 (patch) | |
tree | 70a576ca6fa97c93943de90ac59049f20035e8cf /testing/irclog2html | |
parent | ed76b4d90b4f0fe33427d9a4b311de624f121b0c (diff) | |
download | aports-d2f576b89274f385575615382577cbc8e309b2a5.tar.bz2 aports-d2f576b89274f385575615382577cbc8e309b2a5.tar.xz |
testing/irclog2html: rebuild against python 3.8
Diffstat (limited to 'testing/irclog2html')
-rw-r--r-- | testing/irclog2html/APKBUILD | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/testing/irclog2html/APKBUILD b/testing/irclog2html/APKBUILD index f07818a550..3e641d37f9 100644 --- a/testing/irclog2html/APKBUILD +++ b/testing/irclog2html/APKBUILD @@ -2,7 +2,7 @@ # Maintainer: Fabian Affolter <fabian@affolter-engineering.ch> pkgname=irclog2html pkgver=2.17.2 -pkgrel=1 +pkgrel=2 pkgdesc="Script to convert IRC logs to HTML and other formats" url="https://mg.pov.lt/irclog2html/" arch="noarch" |