summaryrefslogtreecommitdiff
path: root/perl-metacpan-client/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'perl-metacpan-client/PKGBUILD')
-rw-r--r--perl-metacpan-client/PKGBUILD17
1 files changed, 7 insertions, 10 deletions
diff --git a/perl-metacpan-client/PKGBUILD b/perl-metacpan-client/PKGBUILD
index 44b0abad..0fb155a2 100644
--- a/perl-metacpan-client/PKGBUILD
+++ b/perl-metacpan-client/PKGBUILD
@@ -3,31 +3,28 @@
pkgname='perl-metacpan-client'
pkgver='1.014000'
-pkgrel='1'
+pkgrel='2'
pkgdesc='A comprehensive, DWIM-featured client to the MetaCPAN API'
arch=('x86_64' 'i686')
license=('PerlArtistic' 'GPL')
options=('!emptydirs')
depends=(
+ 'perl>=5.8.0'
'perl-carp'
'perl-http-tiny'
'perl-json-maybexs'
'perl-moo'
- 'perl-moo'
'perl-safe-isa'
'perl-search-elasticsearch>=2.02'
- 'perl-try-tiny'
- 'perl>=5.008')
+ 'perl-try-tiny')
makedepends=(
- 'perl-pathtools'
+ 'perl-base'
+ 'perl-extutils-makemaker'
'perl-io'
- 'perl-search-elasticsearch'
+ 'perl-pathtools'
'perl-test-fatal'
- 'perl-test-simple'
'perl-test-requires'
- 'perl-base'
- 'perl>=5.008'
- 'perl-extutils-makemaker')
+ 'perl-test-simple')
checkdepends=(
'perl-namespace-clean'
'perl-uri')