summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authortrizen2016-10-07 01:23:25 +0300
committertrizen2016-10-07 01:23:25 +0300
commit3de18ff6419a4f6c9e4b3c9115993590e1472fa6 (patch)
treee630b8b108395882e0af731ccb1a60530be250b1
parentfa67dd2fb91bfb5fb6b93070f503564c745c808d (diff)
downloadaur-3de18ff6419a4f6c9e4b3c9115993590e1472fa6.tar.gz
Updated download URL.
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD4
2 files changed, 3 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index f9e3d5aa03b1..5d362247f81d 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -8,7 +8,7 @@ pkgbase = perl-class-multimethods
license = GPL
depends = perl
options = !emptydirs
- source = http://search.cpan.org/CPAN/authors/id/D/DC/DCONWAY/Class-Multimethods-1.70.tar.gz
+ source = https://cpan.metacpan.org/authors/id/D/DC/DCONWAY/Class-Multimethods-1.70.tar.gz
md5sums = 5fdc79daa81b102b956b1a61531fd6a7
sha512sums = 41a6e40e7cebd1f4273a8d410dda0a7fda1d235ed86902a18505274c7b7d9170921a02b5a4328c0a0cb0820455a3376b8e78f453b38af13f184c2f8908253b44
diff --git a/PKGBUILD b/PKGBUILD
index 0237ac61af66..46300e6c6493 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -11,10 +11,10 @@ options=('!emptydirs')
depends=('perl')
makedepends=()
url='https://metacpan.org/release/Class-Multimethods'
-source=('http://search.cpan.org/CPAN/authors/id/D/DC/DCONWAY/Class-Multimethods-1.70.tar.gz')
+source=("https://cpan.metacpan.org/authors/id/D/DC/DCONWAY/Class-Multimethods-$pkgver.tar.gz")
md5sums=('5fdc79daa81b102b956b1a61531fd6a7')
sha512sums=('41a6e40e7cebd1f4273a8d410dda0a7fda1d235ed86902a18505274c7b7d9170921a02b5a4328c0a0cb0820455a3376b8e78f453b38af13f184c2f8908253b44')
-_distdir="Class-Multimethods-1.70"
+_distdir="Class-Multimethods-$pkgver"
build() {
( export PERL_MM_USE_DEFAULT=1 PERL5LIB="" \