diff options
-rw-r--r-- | testing/irclog2html/APKBUILD | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/testing/irclog2html/APKBUILD b/testing/irclog2html/APKBUILD index e82313a83b..7bec852da4 100644 --- a/testing/irclog2html/APKBUILD +++ b/testing/irclog2html/APKBUILD @@ -1,14 +1,14 @@ # Contributor: Fabian Affolter <fabian@affolter-engineering.ch> # Maintainer: Fabian Affolter <fabian@affolter-engineering.ch> pkgname=irclog2html -pkgver=2.16.0 +pkgver=2.17.0 pkgrel=0 pkgdesc="Script to convert IRC logs to HTML and other formats" url="http://mg.pov.lt/irclog2html/" arch="noarch" license="GPL-2.0-or-later" depends="python3" -makedepends="python3-dev" +makedepends="python3-dev py3-setuptools" source="https://files.pythonhosted.org/packages/source/${pkgname:0:1}/$pkgname/$pkgname-$pkgver.tar.gz" builddir="$srcdir/$pkgname-$pkgver" @@ -24,4 +24,4 @@ package() { "$pkgdir"/usr/share/$pkgname/irclog.css } -sha512sums="ed912c9702d57e6809d2a37637a2f044b586eda4f532ce0a721d91965782194f64626799be5abbd5b12dde9dea84de89ffa110b08d8a5f6ab02d88af5f83ee4e irclog2html-2.16.0.tar.gz" +sha512sums="b6d1f02322b20ea0783d5c268d34bfd8dbb735235a783be73e3693a0b787fc2224a925a0f1d8b79f80ea7ae3fd9a674bf6184d4e4259eb8793a963233ddbf0e0 irclog2html-2.17.0.tar.gz" |