summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD14
2 files changed, 6 insertions, 12 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 4f6998f0c9ec..d821994cdd9a 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,11 +1,12 @@
pkgbase = perl-catalyst-actionrole-acl
pkgdesc = User role-based authorization action class
pkgver = 0.07
- pkgrel = 1
+ pkgrel = 2
url = http://search.cpan.org/dist/Catalyst-ActionRole-ACL
arch = any
license = PerlArtistic
license = GPL
+ makedepends = perl-perlio-utf8-strict
depends = perl-catalyst-controller-actionrole
depends = perl-catalyst-runtime>=5.90013
depends = perl-moose
@@ -16,4 +17,3 @@ pkgbase = perl-catalyst-actionrole-acl
sha512sums = e3ad3404ba3285df909fd4111812b36af4630a9d893300d25a5ed21f582550fa765a403eb27df513c360b889d79e4960872335c4538418be7d3cdffe8fc9098c
pkgname = perl-catalyst-actionrole-acl
-
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