summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD14
1 files changed, 4 insertions, 10 deletions
diff --git a/PKGBUILD b/PKGBUILD
index e3a521dc5c43..cc71d9b835ac 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,15 +1,15 @@
# Contributor: John D Jones III <j[nospace]n[nospace]b[nospace]e[nospace]k[nospace]1972 -_AT_- the domain name google offers a mail service at ending in dot com>
-# Generator : CPANPLUS::Dist::Arch 1.25
pkgname='perl-catalyst-actionrole-acl'
pkgver='0.07'
-pkgrel='1'
+pkgrel='2'
pkgdesc="User role-based authorization action class"
arch=('any')
license=('PerlArtistic' 'GPL')
options=('!emptydirs')
depends=('perl-catalyst-controller-actionrole' 'perl-catalyst-runtime>=5.90013' 'perl-moose' 'perl-namespace-autoclean')
-makedepends=()
+makedepends=('perl-module-install')
+makedepends=('perl-perlio-utf8-strict')
url='http://search.cpan.org/dist/Catalyst-ActionRole-ACL'
source=('http://search.cpan.org/CPAN/authors/id/B/BO/BOBTFISH/Catalyst-ActionRole-ACL-0.07.tar.gz')
md5sums=('e4296bf6ce02dcf07190cc8355a7b57c')
@@ -41,10 +41,4 @@ package() {
make install
find "$pkgdir" -name .packlist -o -name perllocal.pod -delete
-}
-
-# Local Variables:
-# mode: shell-script
-# sh-basic-offset: 2
-# End:
-# vim:set ts=2 sw=2 et:
+} \ No newline at end of file