diff --git a/PKGBUILD b/PKGBUILD
index 1cf8befb272d5d821800cf0ababa1d439216e16f..647d7ab5779c844b576da1c30cd990740de0bf9c 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() {