diff options
Diffstat (limited to 'testing')
| -rw-r--r-- | testing/irclog2html/APKBUILD | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/testing/irclog2html/APKBUILD b/testing/irclog2html/APKBUILD index d18823ae3c..f07818a550 100644 --- a/testing/irclog2html/APKBUILD +++ b/testing/irclog2html/APKBUILD @@ -2,15 +2,14 @@ # Maintainer: Fabian Affolter <fabian@affolter-engineering.ch> pkgname=irclog2html pkgver=2.17.2 -pkgrel=0 +pkgrel=1 pkgdesc="Script to convert IRC logs to HTML and other formats" -url="http://mg.pov.lt/irclog2html/" +url="https://mg.pov.lt/irclog2html/" arch="noarch" license="GPL-2.0-or-later" depends="python3" -makedepends="python3-dev py3-setuptools" +makedepends="py3-setuptools" source="https://files.pythonhosted.org/packages/source/${pkgname:0:1}/$pkgname/$pkgname-$pkgver.tar.gz" -builddir="$srcdir/$pkgname-$pkgver" build() { cd "$builddir" |
