diff options
author | Fabian Affolter <fabian@affolter-engineering.ch> | 2018-02-23 17:54:38 +0000 |
---|---|---|
committer | William Pitcock <nenolod@dereferenced.org> | 2018-02-27 21:10:41 +0000 |
commit | 0e48157bd8f0a0284c6ea0d70d363b87010cec89 (patch) | |
tree | a88a03ef25c3cf94feffb353e6ca13b4a4dccf55 | |
parent | ad29ac8a96c76ebcb760d893ccb1e6673b12f4e5 (diff) | |
download | aports-0e48157bd8f0a0284c6ea0d70d363b87010cec89.tar.bz2 aports-0e48157bd8f0a0284c6ea0d70d363b87010cec89.tar.xz |
testing/irclog2html: upgrade to 2.17.0
-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" |