summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorJohn D Jones III2015-09-18 10:03:40 -0600
committerJohn D Jones III2015-09-18 10:03:40 -0600
commitc50259ccf5070f7ba30f145c2726eca5188295b2 (patch)
treeb0a8d356940f5ae53f728671353c9115cf0e9690
parent2f08da39953b2ca2aeeff828911b97db5e7646df (diff)
downloadaur-c50259ccf5070f7ba30f145c2726eca5188295b2.tar.gz
Add perl-file-sharedir-install
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD2
2 files changed, 2 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 8408643f964d..91b9bde5c614 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -10,7 +10,7 @@ pkgbase = perl-pod-spell
depends = perl-class-tiny
depends = perl-file-sharedir-projectdistdir>=1.000
depends = perl-lingua-en-inflect
- depends = perl>=5.008
+ depends = perl-file-sharedir-install
options = !emptydirs
source = http://search.cpan.org/CPAN/authors/id/X/XE/XENO/Pod-Spell-1.17.tar.gz
md5sums = b0895135155569ad4f8903ab11cbeb0b
diff --git a/PKGBUILD b/PKGBUILD
index f701ad938b70..646e6fc1323f 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -8,7 +8,7 @@ pkgdesc="a formatter for spellchecking Pod"
arch=('any')
license=('PerlArtistic' 'GPL')
options=('!emptydirs')
-depends=('perl-class-tiny' 'perl-file-sharedir-projectdistdir>=1.000' 'perl-lingua-en-inflect' 'perl>=5.008')
+depends=('perl-class-tiny' 'perl-file-sharedir-projectdistdir>=1.000' 'perl-lingua-en-inflect' 'perl-file-sharedir-install')
makedepends=()
checkdepends=('perl-test-deep')
url='https://metacpan.org/release/Pod-Spell'