summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorAnton Leontiev2014-04-12 12:38:14 +0400
committerAnton Leontiev2015-02-15 07:48:21 +0300
commit7e6ac2ec4faed9f68909d1960aaa73b7be0aff9f (patch)
tree508ee9ac118602c5412a704584c44c9431e1918d
parentfda78f95d13eae25c60f83c2889ad078ac429910 (diff)
downloadaur-7e6ac2ec4faed9f68909d1960aaa73b7be0aff9f.tar.gz
Updated to v0.41
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD12
2 files changed, 9 insertions, 9 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 3e87b28de892..008f30c05d42 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = perl-test-class
pkgdesc = Perl module to easily create test classes in an xUnit/JUnit style
- pkgver = 0.40
+ pkgver = 0.41
pkgrel = 1
url = http://search.cpan.org/dist/Test-Class
arch = any
@@ -12,8 +12,8 @@ pkgbase = perl-test-class
depends = perl-attribute-handlers>=0.77
depends = perl-mro-compat>=0.11
options = !emptydirs
- source = http://search.cpan.org/CPAN/authors/id/R/RJ/RJBS/Test-Class-0.40.tar.gz
- md5sums = 22e4387daec4117c8a56767790059951
+ source = http://search.cpan.org/CPAN/authors/id/R/RJ/RJBS/Test-Class-0.41.tar.gz
+ md5sums = 56358ad7d53a496865033c1a6dd5a162
pkgname = perl-test-class
diff --git a/PKGBUILD b/PKGBUILD
index 0cf7e1b8d09b..82ec9b72b5a3 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@
# Generator : CPANPLUS::Dist::Arch 1.28
pkgname=perl-test-class
-pkgver=0.40
+pkgver=0.41
pkgrel=1
pkgdesc='Perl module to easily create test classes in an xUnit/JUnit style'
arch=('any')
@@ -15,22 +15,22 @@ depends=('perl>=5.8.9'
'perl-mro-compat>=0.11')
makedepends=('perl-extutils-pkgconfig')
checkdepends=('perl-test-exception' 'perl-test-most')
-source=(http://search.cpan.org/CPAN/authors/id/R/RJ/RJBS/Test-Class-0.40.tar.gz)
-md5sums=('22e4387daec4117c8a56767790059951')
+source=(http://search.cpan.org/CPAN/authors/id/R/RJ/RJBS/Test-Class-0.41.tar.gz)
+md5sums=('56358ad7d53a496865033c1a6dd5a162')
build() {
- cd Test-Class-0.40
+ cd Test-Class-0.41
PERL_MM_USE_DEFAULT=1 perl Makefile.PL INSTALLDIRS=vendor
make
}
check() {
- cd Test-Class-0.40
+ cd Test-Class-0.41
make test
}
package() {
- cd Test-Class-0.40
+ cd Test-Class-0.41
make install DESTDIR="$pkgdir"
find "$pkgdir" -name .packlist -o -name perllocal.pod -delete
}