mirror of
https://github.com/archlinux/aur.git
synced 2026-03-14 23:16:48 +01:00
Add missing dependency
This commit is contained in:
parent
53fcc3bb34
commit
806fba7c5f
2 changed files with 4 additions and 2 deletions
3
.SRCINFO
3
.SRCINFO
|
|
@ -1,7 +1,7 @@
|
|||
pkgbase = perl-perl-critic-community
|
||||
pkgdesc = Community-inspired Perl::Critic policies
|
||||
pkgver = 1.04
|
||||
pkgrel = 1
|
||||
pkgrel = 2
|
||||
url = https://metacpan.org/dist/Perl-Critic-Community
|
||||
arch = any
|
||||
license = Artistic-2.0
|
||||
|
|
@ -11,6 +11,7 @@ pkgbase = perl-perl-critic-community
|
|||
makedepends = perl-module-build-tiny>=0.034
|
||||
depends = perl-carp
|
||||
depends = perl-exporter
|
||||
depends = perl-parent
|
||||
depends = perl-path-tiny>=0.101
|
||||
depends = perl-perl-critic-policy-plicease-prohibitarrayassignaref>=100.00
|
||||
depends = perl-perl-critic-policy-variables-prohibitlooponhash>=0.005
|
||||
|
|
|
|||
3
PKGBUILD
3
PKGBUILD
|
|
@ -4,7 +4,7 @@ _dist='Perl-Critic-Community'
|
|||
_pkgver='v1.0.4'
|
||||
pkgname='perl-perl-critic-community'
|
||||
pkgver=1.04
|
||||
pkgrel=1
|
||||
pkgrel=2
|
||||
pkgdesc='Community-inspired Perl::Critic policies'
|
||||
arch=('any')
|
||||
url="https://metacpan.org/dist/$_dist"
|
||||
|
|
@ -12,6 +12,7 @@ license=('Artistic-2.0')
|
|||
depends=(
|
||||
'perl-carp'
|
||||
'perl-exporter'
|
||||
'perl-parent'
|
||||
'perl-path-tiny>=0.101'
|
||||
'perl-perl-critic-policy-plicease-prohibitarrayassignaref>=100.00'
|
||||
'perl-perl-critic-policy-variables-prohibitlooponhash>=0.005'
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue