diff options
author | Natanael Copa <ncopa@alpinelinux.org> | 2019-04-16 14:19:57 +0000 |
---|---|---|
committer | Natanael Copa <ncopa@alpinelinux.org> | 2019-04-17 11:45:52 +0000 |
commit | 392f5b4c1acf235aba7ad8aa7561e36aed99ea2c (patch) | |
tree | 042cdd8b4d9e976609830fd3c12652b917ccc6f1 /testing/irclog2html | |
parent | 1455f7bb2a2c5afcdc04fefc7659594136f06555 (diff) | |
download | aports-392f5b4c1acf235aba7ad8aa7561e36aed99ea2c.tar.bz2 aports-392f5b4c1acf235aba7ad8aa7561e36aed99ea2c.tar.xz |
testing/irclog2html: rebuild against python 3.7
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 e8bcf68d22..ab0c745bb9 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.1 -pkgrel=0 +pkgrel=1 pkgdesc="Script to convert IRC logs to HTML and other formats" url="http://mg.pov.lt/irclog2html/" arch="noarch" |