summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorKrzysztof AS (3ED)2016-03-02 16:08:46 +0100
committerKrzysztof AS (3ED)2016-03-02 16:08:46 +0100
commit6cb7aa1449ee676df91943751a6391d00fa2cd5f (patch)
tree23841549492717311cf91e701466276d996d41d0 /PKGBUILD
parent597bc4cfb63b9a989c76877044c599195967ed28 (diff)
downloadaur-6cb7aa1449ee676df91943751a6391d00fa2cd5f.tar.gz
fix depends
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD2
1 files changed, 1 insertions, 1 deletions
diff --git a/PKGBUILD b/PKGBUILD
index d86bb5f37168..46c98989ad15 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -9,7 +9,7 @@ pkgdesc='Load Log::Any only if "logging is enabled"'
arch=('any')
license=('PerlArtistic' 'GPL')
options=('!emptydirs')
-depends=('perl')
+depends=('perl-log-any')
url="https://metacpan.org/release/${_pkgname}"
source=(https://cpan.metacpan.org/authors/id/${_lastauthor}/${_pkgname}-${pkgver}.tar.gz)
sha512sums=('88ef7235b96a20c593118cd05f6db42a25bdb6a94802f356a904f263ba3cc444a9b5b246c843ab1a56c94cc98ba42a6c84e473efcb68c1c81dd2db7f3a29f04d')