aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorLeo <thinkabit.ukim@gmail.com>2020-10-21 17:43:11 -0300
committerLeo <thinkabit.ukim@gmail.com>2020-10-21 20:51:05 +0000
commit8d974685e660aead1e2911dd1478598da9859dea (patch)
tree2abab637c30f8437eb84227eeafdffc12a872ffa
parent4c3c236c08cfdc06c2dad755360c2fee5c839e49 (diff)
main/perl-uri: upgrade to 5.05
-rw-r--r--main/perl-uri/APKBUILD16
1 files changed, 9 insertions, 7 deletions
diff --git a/main/perl-uri/APKBUILD b/main/perl-uri/APKBUILD
index 4a285d31dec..ca230e4ff56 100644
--- a/main/perl-uri/APKBUILD
+++ b/main/perl-uri/APKBUILD
@@ -1,21 +1,23 @@
+# Automatically generated by apkbuild-cpan, template 3
# Maintainer: Natanael Copa <ncopa@alpinelinux.org>
pkgname=perl-uri
+#_pkgreal is used by apkbuild-cpan to find modules at MetaCpan
_pkgreal=URI
-pkgver=1.76
-pkgrel=1
+pkgver=5.05
+pkgrel=0
pkgdesc="Uniform Resource Identifiers (absolute and relative)"
url="https://metacpan.org/release/URI/"
arch="noarch"
-license="GPL-1.0-or-later Artistic-1.0-Perl"
+license="GPL-1.0-or-later OR Artistic-1.0-Perl"
depends="perl"
-cpancheckdepends="perl-test-needs"
makedepends="perl-dev"
-checkdepends="$cpancheckdepends"
-replaces="perl-uri-escape"
+checkdepends="perl-test-needs"
subpackages="$pkgname-doc"
source="https://cpan.metacpan.org/authors/id/O/OA/OALDERS/URI-$pkgver.tar.gz"
builddir="$srcdir/$_pkgreal-$pkgver"
+replaces="perl-uri-escape"
+
build() {
export CFLAGS=$(perl -MConfig -E 'say $Config{ccflags}')
PERL_MM_USE_DEFAULT=1 perl -I. Makefile.PL INSTALLDIRS=vendor
@@ -32,4 +34,4 @@ package() {
find "$pkgdir" \( -name perllocal.pod -o -name .packlist \) -delete
}
-sha512sums="1fcb02692bdf5f223c2878569615d153b3c4c5adc04c33aee23f3f015e08b4895b03536ef3a8c7cb7a334c2faa056e5e46c805d56d810704cba63d96136e0a83 URI-1.76.tar.gz"
+sha512sums="4347c1bb7b1aa370b474a8405d4fd1d44dbd3ff31772f743ba0eb4570c524b0b5a18e10c005b2057197170c91433317fc18421d8576577316acd2c20f9ebcee9 URI-5.05.tar.gz"