diff options
author | Erich Eckner <git@eckner.net> | 2016-04-19 15:47:49 +0200 |
---|---|---|
committer | Erich Eckner <git@eckner.net> | 2016-04-19 15:47:49 +0200 |
commit | 4b11e480d35edf4b41fa31913c37271ceed54233 (patch) | |
tree | 25b002bc8c4c33f82ae425f219e9214fe93ccd93 /perl-module-runtime-conflicts/PKGBUILD | |
parent | 688abf19267d5b840bfc7b4f9c8033023859d795 (diff) | |
download | archlinuxewe.git.save-4b11e480d35edf4b41fa31913c37271ceed54233.tar.xz |
perl-module-runtime-conflicts dependency update
Diffstat (limited to 'perl-module-runtime-conflicts/PKGBUILD')
-rw-r--r-- | perl-module-runtime-conflicts/PKGBUILD | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/perl-module-runtime-conflicts/PKGBUILD b/perl-module-runtime-conflicts/PKGBUILD index 6331237f..fff05c97 100644 --- a/perl-module-runtime-conflicts/PKGBUILD +++ b/perl-module-runtime-conflicts/PKGBUILD @@ -4,12 +4,12 @@ pkgname='perl-module-runtime-conflicts' pkgver='0.002' -pkgrel='2' +pkgrel='3' pkgdesc="Provide information on conflicts for Module::Runtime" arch=('any') license=('PerlArtistic' 'GPL') options=('!emptydirs') -depends=('perl-dist-checkconflicts' 'perl-module-runtime') +depends=('perl-dist-checkconflicts' 'perl-module-runtime' 'perl-module-build-tiny') makedepends=() url='https://metacpan.org/release/Module-Runtime-Conflicts' source=('http://search.cpan.org/CPAN/authors/id/E/ET/ETHER/Module-Runtime-Conflicts-0.002.tar.gz') |