diff options
Diffstat (limited to 'perl-dbicx-testdatabase')
-rw-r--r-- | perl-dbicx-testdatabase/PKGBUILD | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/perl-dbicx-testdatabase/PKGBUILD b/perl-dbicx-testdatabase/PKGBUILD index e03dcdd64..ba3141946 100644 --- a/perl-dbicx-testdatabase/PKGBUILD +++ b/perl-dbicx-testdatabase/PKGBUILD @@ -3,14 +3,14 @@ pkgname='perl-dbicx-testdatabase' pkgver='0.05' -pkgrel=9 +pkgrel=10 pkgdesc='create a temporary database from a DBIx::Class::Schema' arch=('any') license=('PerlArtistic' 'GPL') options=('!emptydirs') depends=( - 'perl>=5.34' - 'perl<5.35' + 'perl>=5.36' + 'perl<5.37' 'perl-dbd-sqlite>=1.29' 'perl-file-temp' 'perl-sql-translator' |