1
0
Fork 0
mirror of https://gitlab.alpinelinux.org/alpine/aports.git synced 2025-07-24 19:55:26 +03:00

testing/apache2-mod-perl: update source url

This commit is contained in:
ptrcnull 2022-02-03 05:46:28 +01:00
parent 79168d8b3b
commit a00d43d806
No known key found for this signature in database
GPG key ID: 411F7B30801DD9CA

View file

@ -4,7 +4,7 @@
pkgname=apache2-mod-perl
_pkgreal=mod_perl
pkgver=2.0.11
pkgrel=1
pkgrel=2
pkgdesc="Perl Module for Apache2"
url="https://perl.apache.org/"
arch="all"
@ -14,7 +14,7 @@ depends_dev="$pkgname"
makedepends="apache2-dev perl-dev perl-linux-pid apr-dev apr-util-dev"
options="!check" # fails to start test server
subpackages="$pkgname-dbg $pkgname-doc $pkgname-dev"
source="https://www-eu.apache.org/dist/perl/$_pkgreal-$pkgver.tar.gz
source="https://archive.apache.org/dist/perl/$_pkgreal-$pkgver.tar.gz
mod_perl-2.0.11-fix_building_with_perl-5.33.7.patch
$pkgname.conf"
builddir="$srcdir/$_pkgreal-$pkgver"