summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD8
2 files changed, 8 insertions, 8 deletions
diff --git a/.SRCINFO b/.SRCINFO
index b794ff7e57e9..fdfe3544ef5d 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,14 +1,12 @@
-# Generated by mksrcinfo v8
-# Wed Sep 12 16:31:54 UTC 2018
pkgbase = perl-module-cpanfile
pkgdesc = Module-CPANfile - Parse cpanfile
pkgver = 1.1004
- pkgrel = 3
- url = http://search.cpan.org/dist/Module-CPANfile/
+ pkgrel = 4
+ url = https://metacpan.org/release/Module-CPANfile/
arch = any
license = GPL
license = PerlArtistic
- depends = perl
+ checkdepends = perl-file-pushd
options = !emptydirs
source = http://search.cpan.org/CPAN/authors/id/M/MI/MIYAGAWA/Module-CPANfile-1.1004.tar.gz
sha256sums = 88efbe2e9a642dceaa186430fedfcf999aaf0e06f6cced28a714b8e56b514921
diff --git a/PKGBUILD b/PKGBUILD
index 0e3594227d79..d2cfae08560f 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,14 +2,16 @@
pkgname=perl-module-cpanfile
pkgver=1.1004
-pkgrel=3
+pkgrel=4
_author="M/MI/MIYAGAWA"
_perlmod="Module-CPANfile"
pkgdesc="Module-CPANfile - Parse cpanfile"
arch=('any')
-url="http://search.cpan.org/dist/Module-CPANfile/"
+url="https://metacpan.org/release/Module-CPANfile/"
license=('GPL' 'PerlArtistic')
-depends=(perl)
+checkdepends=(
+perl-file-pushd
+)
options=(!emptydirs)
source=("http://search.cpan.org/CPAN/authors/id/$_author/$_perlmod-$pkgver.tar.gz")
sha256sums=('88efbe2e9a642dceaa186430fedfcf999aaf0e06f6cced28a714b8e56b514921')