diff options
Diffstat (limited to 'perl-dbicx-testdatabase/PKGBUILD')
-rw-r--r-- | perl-dbicx-testdatabase/PKGBUILD | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/perl-dbicx-testdatabase/PKGBUILD b/perl-dbicx-testdatabase/PKGBUILD index e700f6f56..2563344d0 100644 --- a/perl-dbicx-testdatabase/PKGBUILD +++ b/perl-dbicx-testdatabase/PKGBUILD @@ -3,12 +3,14 @@ pkgname='perl-dbicx-testdatabase' pkgver='0.05' -pkgrel='4' +pkgrel='5' pkgdesc='create a temporary database from a DBIx::Class::Schema' arch=('any') license=('PerlArtistic' 'GPL') options=('!emptydirs') depends=( + 'perl>=5.28' + 'perl<5.29' 'perl-dbd-sqlite>=1.29' 'perl-file-temp' 'perl-sql-translator' |