summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorDirk Langer2017-01-03 14:57:21 +0100
committerDirk Langer2017-01-03 14:57:21 +0100
commit68842074bc235aa4c8b76d19506c10610999be3e (patch)
treed33b09fef08dbbfc0ecd172745b0fa21c055f04e
parent926b6018708418f8ba0131170f36b6d0bdaed8e3 (diff)
downloadaur-68842074bc235aa4c8b76d19506c10610999be3e.tar.gz
[master] new version 0.31
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD7
2 files changed, 6 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 2550855af2a0..b4a2647ea057 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = perl-moosex-methodattributes
pkgdesc = code attribute introspection
- pkgver = 0.29
+ pkgver = 0.31
pkgrel = 1
url = http://search.cpan.org/dist/MooseX-MethodAttributes
arch = any
@@ -13,8 +13,8 @@ pkgbase = perl-moosex-methodattributes
depends = perl-moosex-types
depends = perl-namespace-clean>=0.10
options = !emptydirs
- source = http://search.cpan.org/CPAN/authors/id/E/ET/ETHER/MooseX-MethodAttributes-0.29.tar.gz
- md5sums = c28066933bb5a0e97a5e2dbb0d2e0edf
+ source = http://search.cpan.org/CPAN/authors/id/E/ET/ETHER/MooseX-MethodAttributes-0.31.tar.gz
+ md5sums = fa9202b179c438844c3bea2ca7ecfe9d
pkgname = perl-moosex-methodattributes
diff --git a/PKGBUILD b/PKGBUILD
index e59a89fd593a..15a3de1277b4 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,8 +1,7 @@
-# Contributor: Justin Davis <jrcd83@gmail.com>
-# Generator : CPANPLUS::Dist::Arch 1.19
+# Contributor: Dirk Langer <dirk.langer@vvovgonik.de>
pkgname='perl-moosex-methodattributes'
-pkgver='0.29'
+pkgver='0.31'
pkgrel='1'
pkgdesc="code attribute introspection"
arch=('any')
@@ -12,7 +11,7 @@ depends=('perl-moose>=0.98' 'perl-moosex-types' 'perl-namespace-clean>=0.10')
makedepends=('perl-namespace-autoclean' 'perl-test-exception' 'perl-test-checkdeps')
url='http://search.cpan.org/dist/MooseX-MethodAttributes'
source=("http://search.cpan.org/CPAN/authors/id/E/ET/ETHER/MooseX-MethodAttributes-$pkgver.tar.gz")
-md5sums=('c28066933bb5a0e97a5e2dbb0d2e0edf')
+md5sums=('fa9202b179c438844c3bea2ca7ecfe9d')
build() {
( export PERL_MM_USE_DEFAULT=1 PERL5LIB="" \