Date: Saturday, June 2, 2018 @ 17:10:49 Author: felixonmars Revision: 337904
upgpkg: perl-test-mockmodule 0.15-1 Modified: perl-test-mockmodule/trunk/PKGBUILD ----------+ PKGBUILD | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2018-06-02 17:10:32 UTC (rev 337903) +++ PKGBUILD 2018-06-02 17:10:49 UTC (rev 337904) @@ -2,7 +2,7 @@ # Maintainer: Felix Yan <[email protected]> pkgname=perl-test-mockmodule -pkgver=0.13 +pkgver=0.15 pkgrel=1 pkgdesc="Override subroutines in a module for unit testing" arch=('any') @@ -10,10 +10,10 @@ options=('!emptydirs') depends=('perl-super') makedepends=('perl-module-build') -checkdepends=('perl-test-pod' 'perl-test-pod-coverage') +checkdepends=('perl-test-pod' 'perl-test-pod-coverage' 'perl-test-warnings') url='http://search.cpan.org/dist/Test-MockModule' source=("http://search.cpan.org/CPAN/authors/id/G/GF/GFRANKS/Test-MockModule-$pkgver.tar.gz") -sha512sums=('17c2aa7b67fcae2a333788db74fc94da9a680ad83786705e70417cb78df0cfa32e6fcca44962dcc9d7c2ee27c45d8f142ce03b62691da4940ccc405a0bb26472') +sha512sums=('20f64f9984010ee0b3c26532a8835156b7cc8837e436c0785a2d3b7959cb01f07584b816d754da9f9205e457fe5d4a8316d984bf215d242000704fe0c52284a7') build() { cd "$srcdir/Test-MockModule-$pkgver"
