From 94152a110d5313d176b06cfba5f5ff36804544b3 Mon Sep 17 00:00:00 2001
From: Caleb Maclennan <alerque@archlinux.org>
Date: Wed, 26 Jul 2023 00:12:27 +0300
Subject: [PATCH] upgpkg: 0.06-5: Rebuild for perl 5.38

---
 PKGBUILD | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/PKGBUILD b/PKGBUILD
index 1cf8bef..647d7ab 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,7 +4,7 @@
 _cpan=Shell-Command
 pkgname=perl-${_cpan,,}
 pkgver=0.06
-pkgrel=4
+pkgrel=5
 pkgdesc='Perl module providing cross-platform functions emulating common shell commands'
 arch=(any)
 url="https://metacpan.org/release/$_cpan"
@@ -12,7 +12,7 @@ license=(GPL PerlArtistic)
 depends=(perl)
 options=(!emptydirs)
 _archive="$_cpan-$pkgver"
-source=("https://cpan.perl.org/modules/by-module/${_cpan%-*}/$_archive.tar.gz")
+source=("http://search.cpan.org/CPAN/authors/id/F/FL/FLORA/$_archive.tar.gz")
 sha256sums=('f3e4deef577944be46fa7af5ac118ac2828911788b01bc76a74495355616ecd1')
 
 build() {
-- 
GitLab