[arch-commits] Commit in perl-test-mockmodule/repos/community-any (PKGBUILD PKGBUILD)

Felix Yan felixonmars at archlinux.org
Fri Sep 18 01:50:50 UTC 2020


    Date: Friday, September 18, 2020 @ 01:50:49
  Author: felixonmars
Revision: 709649

archrelease: copy trunk to community-any

Added:
  perl-test-mockmodule/repos/community-any/PKGBUILD
    (from rev 709648, perl-test-mockmodule/trunk/PKGBUILD)
Deleted:
  perl-test-mockmodule/repos/community-any/PKGBUILD

----------+
 PKGBUILD |   66 ++++++++++++++++++++++++++++++-------------------------------
 1 file changed, 33 insertions(+), 33 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2020-09-18 01:50:34 UTC (rev 709648)
+++ PKGBUILD	2020-09-18 01:50:49 UTC (rev 709649)
@@ -1,33 +0,0 @@
-# Maintainer: Felix Yan <felixonmars at archlinux.org>
-
-pkgname=perl-test-mockmodule
-pkgver=0.174.0
-pkgrel=1
-pkgdesc="Override subroutines in a module for unit testing"
-arch=('any')
-license=('PerlArtistic' 'GPL')
-options=('!emptydirs')
-depends=('perl-super')
-makedepends=('perl-module-build')
-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=('dacff732b966d545d34350935518f359efe12ebe8774f1cd1eb3ddbe6075cd5e11df938e5224d26df8b6b4463c163ec3f5b8129e1020c43cd28aaaadc3499d33')
-
-build() {
-  cd "$srcdir/Test-MockModule-v$pkgver"
-  perl Build.PL installdirs=vendor
-  perl Build
-}
-
-check() {
-  cd "$srcdir/Test-MockModule-v$pkgver"
-  perl Build test
-}
-
-package() {
-  cd "$srcdir/Test-MockModule-v$pkgver"
-  perl Build install destdir="$pkgdir"
-}
-
-# vim:set ts=2 sw=2 et:

Copied: perl-test-mockmodule/repos/community-any/PKGBUILD (from rev 709648, perl-test-mockmodule/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2020-09-18 01:50:49 UTC (rev 709649)
@@ -0,0 +1,33 @@
+# Maintainer: Felix Yan <felixonmars at archlinux.org>
+
+pkgname=perl-test-mockmodule
+pkgver=0.175.0
+pkgrel=1
+pkgdesc="Override subroutines in a module for unit testing"
+arch=('any')
+license=('PerlArtistic' 'GPL')
+options=('!emptydirs')
+depends=('perl-super')
+makedepends=('perl-module-build')
+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=('271a727f7454dcc7fc4070ce775ec56f79c456c886e010eceda54e6f417f11810220f836b577527657b4310dac80b622779d3b189c140528a16ec5a85a3a23eb')
+
+build() {
+  cd "$srcdir/Test-MockModule-v$pkgver"
+  perl Build.PL installdirs=vendor
+  perl Build
+}
+
+check() {
+  cd "$srcdir/Test-MockModule-v$pkgver"
+  perl Build test
+}
+
+package() {
+  cd "$srcdir/Test-MockModule-v$pkgver"
+  perl Build install destdir="$pkgdir"
+}
+
+# vim:set ts=2 sw=2 et:



More information about the arch-commits mailing list