summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD3
1 files changed, 2 insertions, 1 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 19c3de60b230..bf8ca1c04301 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,13 +2,14 @@
pkgname='perl-dbix-class'
pkgver='0.082843'
-pkgrel='1'
+pkgrel='2'
pkgdesc="Extensible and flexible object <-> relational mapper."
arch=('any')
license=('PerlArtistic' 'GPL')
options=('!emptydirs')
depends=(
+ 'perl'
'perl-class-accessor-grouped>=0.10012'
'perl-class-c3-componentised>=1.0009'
'perl-class-inspector>=1.24'