[arch-commits] Commit in perl-test-mockmodule/trunk (PKGBUILD)

Felix Yan felixonmars at archlinux.org
Sat Sep 1 08:02:58 UTC 2018


    Date: Saturday, September 1, 2018 @ 08:02:57
  Author: felixonmars
Revision: 375919

upgpkg: perl-test-mockmodule 0.170.0-1

Modified:
  perl-test-mockmodule/trunk/PKGBUILD

----------+
 PKGBUILD |   14 +++++++-------
 1 file changed, 7 insertions(+), 7 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2018-09-01 08:00:59 UTC (rev 375918)
+++ PKGBUILD	2018-09-01 08:02:57 UTC (rev 375919)
@@ -2,8 +2,8 @@
 # Maintainer: Felix Yan <felixonmars at archlinux.org>
 
 pkgname=perl-test-mockmodule
-pkgver=0.15
-pkgrel=3
+pkgver=0.170.0
+pkgrel=1
 pkgdesc="Override subroutines in a module for unit testing"
 arch=('any')
 license=('PerlArtistic' 'GPL')
@@ -12,22 +12,22 @@
 makedepends=('perl-module-build')
 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=('20f64f9984010ee0b3c26532a8835156b7cc8837e436c0785a2d3b7959cb01f07584b816d754da9f9205e457fe5d4a8316d984bf215d242000704fe0c52284a7')
+source=("http://search.cpan.org/CPAN/authors/id/G/GF/GFRANKS/Test-MockModule-v$pkgver.tar.gz")
+sha512sums=('e62f79eb5c737838a0276bb1de5301e3f2eceef4f9b80fde0678e16490419f2d02afd24ab292e938b923a7d214e3aa60e73baf0d17da7047ca37064111c3ff79')
 
 build() {
-  cd "$srcdir/Test-MockModule-$pkgver"
+  cd "$srcdir/Test-MockModule-v$pkgver"
   perl Build.PL installdirs=vendor
   perl Build
 }
 
 check() {
-  cd "$srcdir/Test-MockModule-$pkgver"
+  cd "$srcdir/Test-MockModule-v$pkgver"
   perl Build test
 }
 
 package() {
-  cd "$srcdir/Test-MockModule-$pkgver"
+  cd "$srcdir/Test-MockModule-v$pkgver"
   perl Build install destdir="$pkgdir"
 }
 



More information about the arch-commits mailing list