summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorMoritz Bunkus2023-12-01 21:31:46 +0100
committerMoritz Bunkus2023-12-01 21:31:46 +0100
commit10b5df6a8fc154640842030c2708c119631d2394 (patch)
tree6483977b105984031ab59a134a31921cd9b4f601 /PKGBUILD
parente7d727e0fcd2144eb60daa388db132ac03cb6fa7 (diff)
downloadaur-10b5df6a8fc154640842030c2708c119631d2394.tar.gz
add 'perl' dependency
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'