aboutsummaryrefslogtreecommitdiffstats
path: root/testing/irclog2html/APKBUILD
diff options
context:
space:
mode:
authorLeo <thinkabit.ukim@gmail.com>2019-06-18 16:09:03 -0300
committerLeo <thinkabit.ukim@gmail.com>2019-06-18 16:09:19 -0300
commit024d83023793d6ca49e77de25fcfa9c29a104f96 (patch)
treede6244ae47126c0b2b64160840bd8f23be628e20 /testing/irclog2html/APKBUILD
parent1aa48542776945de73976bfed9ddc47619ad864b (diff)
testing/irclog2html: fix url
Diffstat (limited to 'testing/irclog2html/APKBUILD')
-rw-r--r--testing/irclog2html/APKBUILD7
1 files changed, 3 insertions, 4 deletions
diff --git a/testing/irclog2html/APKBUILD b/testing/irclog2html/APKBUILD
index d18823ae3c0..f07818a5501 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"