Date: Tuesday, October 22, 2019 @ 10:05:01 Author: felixonmars Revision: 518249
upgpkg: perl-test-mockmodule 0.171.0-1 Modified: perl-test-mockmodule/trunk/PKGBUILD ----------+ PKGBUILD | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2019-10-22 10:01:02 UTC (rev 518248) +++ PKGBUILD 2019-10-22 10:05:01 UTC (rev 518249) @@ -1,8 +1,8 @@ # Maintainer: Felix Yan <[email protected]> pkgname=perl-test-mockmodule -pkgver=0.170.0 -pkgrel=3 +pkgver=0.171.0 +pkgrel=1 pkgdesc="Override subroutines in a module for unit testing" arch=('any') license=('PerlArtistic' 'GPL') @@ -12,7 +12,7 @@ checkdepends=('perl-test-pod' 'perl-test-pod-coverage' 'perl-test-warnings') url='https://search.cpan.org/dist/Test-MockModule' source=("https://search.cpan.org/CPAN/authors/id/G/GF/GFRANKS/Test-MockModule-v$pkgver.tar.gz") -sha512sums=('e62f79eb5c737838a0276bb1de5301e3f2eceef4f9b80fde0678e16490419f2d02afd24ab292e938b923a7d214e3aa60e73baf0d17da7047ca37064111c3ff79') +sha512sums=('c1fcb636400cadba1bc4fa2970b995be623c212261aa363c4881442b477968ca09810f028edc2e5e46134b1032e579afa54a14fcd5cb3d8cf3b9e31ecc2e5bd6') build() { cd "$srcdir/Test-MockModule-v$pkgver"
