testing/irclog2html: fix url

This commit is contained in:
Leo 2019-06-18 16:09:03 -03:00
parent 1aa4854277
commit 024d830237

View File

@ -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"