diff options
author | Erich Eckner <git@eckner.net> | 2016-06-10 16:15:50 +0200 |
---|---|---|
committer | Erich Eckner <git@eckner.net> | 2016-06-10 22:28:10 +0200 |
commit | 730c9d84d9410062a10283b9e250e8834462071a (patch) | |
tree | ce0bb6d7413cfb77872d27184cc1a4763f613716 | |
parent | dc673b35bcebed7eafe8a27f92a7e107d13af8a2 (diff) | |
download | archlinuxewe-730c9d84d9410062a10283b9e250e8834462071a.tar.xz |
perl-path-tiny dependency update
-rw-r--r-- | perl-path-tiny/PKGBUILD | 29 |
1 files changed, 10 insertions, 19 deletions
diff --git a/perl-path-tiny/PKGBUILD b/perl-path-tiny/PKGBUILD index 01fcbfbe9..860e1b33a 100644 --- a/perl-path-tiny/PKGBUILD +++ b/perl-path-tiny/PKGBUILD @@ -3,43 +3,34 @@ pkgname='perl-path-tiny' pkgver=0.094 -pkgrel=1 +pkgrel='2' pkgdesc='File path utility' arch=('x86_64' 'i686') license=('PerlArtistic' 'GPL') options=('!emptydirs') provides=( - 'perl-path-tiny' - 'perl-path-tiny-error') + 'perl-path-tiny-error=0.094') depends=( + 'perl>=5.8.1' 'perl-carp' - 'perl-pathtools' + 'perl-constant' 'perl-digest>=1.03' 'perl-digest-sha>=5.45' 'perl-exporter>=5.57' 'perl-file-path>=2.07' - 'perl-pathtools>=0.86' - 'perl-file-temp>=0.19' 'perl-file-stat' - 'perl-constant' + 'perl-file-temp>=0.19' 'perl-if' - 'perl>=5.8.1') + 'perl-pathtools>=0.86') makedepends=( - 'perl-extutils-makemaker' - 'perl-pathtools>=0.86' - 'perl-pathtools' - 'perl-pathtools' - 'perl-file-temp>=0.19' - 'perl-test-simple>=0.96' - 'perl-lib' - 'perl>=5.8.1' 'perl-extutils-makemaker>=6.17' - 'perl>=5.8.1') + 'perl-lib' + 'perl-test-simple>=0.96') +optdepends=( + 'perl-unicode-utf8>=0.58') checkdepends=( 'perl-test-failwarnings' 'perl-test-mockrandom') -optdepends=( - 'perl-unicode-utf8>=0.58') url='https://metacpan.org/release/Path-Tiny' _distdir="Path-Tiny-${pkgver}" source=("https://cpan.metacpan.org/authors/id/D/DA/DAGOLDEN/${_distdir}.tar.gz") |