summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index e10a9cc52999..2a8618b3f602 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -2,13 +2,13 @@ pkgbase = perl-c-scan
pkgdesc = scan C language files for easily recognized constructs
pkgver = 0.74
pkgrel = 4
- url = http://search.cpan.org/perldoc?C::Scan
+ url = https://metacpan.org/release/C-Scan
arch = any
license = GPL
license = PerlArtistic
depends = perl-data-flow
options = !emptydirs
- source = http://search.cpan.org/CPAN/authors/id/H/HV/HVDS/C-Scan-0.74.tar.gz
+ source = https://search.cpan.org/CPAN/authors/id/H/HV/HVDS/C-Scan-0.74.tar.gz
md5sums = a229ce3836ba72f9b4cc3d1fb6392edb
pkgname = perl-c-scan
diff --git a/PKGBUILD b/PKGBUILD
index 3e40bee81854..30926df0458e 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -5,10 +5,10 @@ pkgver='0.74'
pkgrel=4
pkgdesc="scan C language files for easily recognized constructs"
arch=('any')
-url='http://search.cpan.org/perldoc?C::Scan'
+url='https://metacpan.org/release/C-Scan'
license=('GPL' 'PerlArtistic')
options=('!emptydirs')
-source=("http://search.cpan.org/CPAN/authors/id/H/HV/HVDS/C-Scan-${pkgver}.tar.gz")
+source=("https://search.cpan.org/CPAN/authors/id/H/HV/HVDS/C-Scan-${pkgver}.tar.gz")
depends=('perl-data-flow')
md5sums=('a229ce3836ba72f9b4cc3d1fb6392edb')