diff options
Diffstat (limited to 'system/perl-encode-locale/APKBUILD')
-rw-r--r-- | system/perl-encode-locale/APKBUILD | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/system/perl-encode-locale/APKBUILD b/system/perl-encode-locale/APKBUILD index a4dccf27c..0bcfd0c88 100644 --- a/system/perl-encode-locale/APKBUILD +++ b/system/perl-encode-locale/APKBUILD @@ -12,7 +12,7 @@ depends="perl" makedepends="perl-dev" install= subpackages="$pkgname-doc" -source="http://search.cpan.org/CPAN/authors/id/G/GA/GAAS/$_realname-$pkgver.tar.gz" +source="https://search.cpan.org/CPAN/authors/id/G/GA/GAAS/$_realname-$pkgver.tar.gz" builddir="$srcdir/$_realname-$pkgver" |