summaryrefslogtreecommitdiff
path: root/perl-dbicx-testdatabase/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'perl-dbicx-testdatabase/PKGBUILD')
-rw-r--r--perl-dbicx-testdatabase/PKGBUILD6
1 files changed, 3 insertions, 3 deletions
diff --git a/perl-dbicx-testdatabase/PKGBUILD b/perl-dbicx-testdatabase/PKGBUILD
index 2563344d..860d59e9 100644
--- a/perl-dbicx-testdatabase/PKGBUILD
+++ b/perl-dbicx-testdatabase/PKGBUILD
@@ -3,14 +3,14 @@
pkgname='perl-dbicx-testdatabase'
pkgver='0.05'
-pkgrel='5'
+pkgrel=6
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>=5.30'
+ 'perl<5.31'
'perl-dbd-sqlite>=1.29'
'perl-file-temp'
'perl-sql-translator'