mirror of
https://gitlab.alpinelinux.org/alpine/aports.git
synced 2026-05-04 12:01:41 +02:00
testing/irclog2html: fix url
This commit is contained in:
parent
1aa4854277
commit
024d830237
@ -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"
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user