perl-File-KeePass: add missing depends and checkdepends.
This commit is contained in:
parent
a46fb6bffc
commit
5a1cd857fc
|
@ -6,8 +6,9 @@ noarch=yes
|
|||
wrksrc="${pkgname/perl-/}-${version}"
|
||||
build_style=perl-module
|
||||
hostmakedepends="perl"
|
||||
makedepends="perl"
|
||||
depends="${hostmakedepends}"
|
||||
makedepends="perl perl-Crypt-Rijndael"
|
||||
checkdepends="perl-XML-Parser"
|
||||
depends="${makedepends}"
|
||||
short_desc="File::KeePass - Interface to KeePass V1 and V2 database files"
|
||||
maintainer="Kevin Berry <kevin@opensourcealchemist.com>"
|
||||
homepage="http://search.cpan.org/dist/File-KeePass"
|
||||
|
|
Loading…
Reference in New Issue