summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD20
1 files changed, 10 insertions, 10 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 9ebf0c47083d..06779246beef 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,20 +1,21 @@
-# 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
+# Contributor: CpanBot <cpanbot at sch bme hu>
+# Generator : CPANPLUS::Dist::Arch 1.32
pkgname='perl-class-base'
-pkgver='0.05'
+pkgver='0.09'
pkgrel='1'
pkgdesc="useful base class for deriving other modules "
arch=('any')
license=('PerlArtistic' 'GPL')
options=('!emptydirs')
-depends=('perl')
+depends=('perl-clone>=0')
makedepends=()
-url='http://search.cpan.org/dist/Class-Base'
-source=('http://search.cpan.org/CPAN/authors/id/S/SZ/SZABGAB/Class-Base-0.05.tar.gz')
-md5sums=('5e0e86dce5dccba4c51063f916bfb270')
-sha512sums=('a1e3670680711b401cf6dbbebcb07be277d7177c92f40b2f62775336c8175eac6dffb507acfb5dfab16be82e8568a11deb4c3436fbcdc9b058e4d1c2ceb46421')
-_distdir="Class-Base-0.05"
+checkdepends=('perl>=5.006')
+url='https://metacpan.org/release/Class-Base'
+source=('http://search.cpan.org/CPAN/authors/id/Y/YA/YANICK/Class-Base-0.09.tar.gz')
+md5sums=('9303570e4f9cd09310259a8b44e58322')
+sha512sums=('c6915499861367f188d7deff0e7e3079fb3d73c7c4b8d9af7e6ff4fed6e37d60cbee242ef7e781bf014940b71478e5a05d97fc35eb8994473927cd0bcc6c7bbd')
+_distdir="Class-Base-0.09"
build() {
( export PERL_MM_USE_DEFAULT=1 PERL5LIB="" \
@@ -39,7 +40,6 @@ check() {
package() {
cd "$srcdir/$_distdir"
make install
-
find "$pkgdir" -name .packlist -o -name perllocal.pod -delete
}