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

Felix Yan felixonmars at archlinux.org
Thu Jan 28 23:59:13 UTC 2021


    Date: Thursday, January 28, 2021 @ 23:59:13
  Author: felixonmars
Revision: 833658

archrelease: copy trunk to community-any

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

----------+
 PKGBUILD |   70 ++++++++++++++++++++++++++++++-------------------------------
 1 file changed, 35 insertions(+), 35 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2021-01-28 23:59:03 UTC (rev 833657)
+++ PKGBUILD	2021-01-28 23:59:13 UTC (rev 833658)
@@ -1,35 +0,0 @@
-# Maintainer: Sébastien Luttringer
-
-pkgname=perl-test-output
-pkgver=1.031
-pkgrel=7
-pkgdesc='Utilities to test STDOUT and STDERR messages'
-arch=('any')
-license=('GPL' 'PerlArtistic')
-depends=('perl-sub-exporter'
-  'perl-test-simple'
-  'perl-test-pod'
-  'perl-test-pod-coverage'
-  'perl-capture-tiny')
-url='https://search.cpan.org/dist/Test-Output'
-options=('!emptydirs')
-source=("https://search.cpan.org/CPAN/authors/id/B/BD/BDFOY/Test-Output-$pkgver.tar.gz")
-md5sums=('5384ea67483c98290c1e51b3b2aee84d')
-
-build() {
-  cd Test-Output-$pkgver
-  USE_DEFAULT=1 perl Makefile.PL INSTALLDIRS=vendor
-  make
-}
-
-check() {
-  cd Test-Output-$pkgver
-  make test
-}
-
-package() {
-  cd Test-Output-$pkgver
-  make install DESTDIR="$pkgdir/"
-}
-
-# vim:set ts=2 sw=2 et:

Copied: perl-test-output/repos/community-any/PKGBUILD (from rev 833657, perl-test-output/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2021-01-28 23:59:13 UTC (rev 833658)
@@ -0,0 +1,35 @@
+# Maintainer: Sébastien Luttringer
+
+pkgname=perl-test-output
+pkgver=1.032
+pkgrel=1
+pkgdesc='Utilities to test STDOUT and STDERR messages'
+arch=('any')
+license=('GPL' 'PerlArtistic')
+depends=('perl-sub-exporter'
+  'perl-test-simple'
+  'perl-test-pod'
+  'perl-test-pod-coverage'
+  'perl-capture-tiny')
+url='https://search.cpan.org/dist/Test-Output'
+options=('!emptydirs')
+source=("https://search.cpan.org/CPAN/authors/id/B/BD/BDFOY/Test-Output-$pkgver.tar.gz")
+sha512sums=('35093c5f4377e4d0f931d89cdebc2aa82203c00bba3ae695c1b7f32464827c9dfe394df3e7d536ee43b5bc76c5fc0a3b0b6623d918e79b3686d8f3404d708180')
+
+build() {
+  cd Test-Output-$pkgver
+  USE_DEFAULT=1 perl Makefile.PL INSTALLDIRS=vendor
+  make
+}
+
+check() {
+  cd Test-Output-$pkgver
+  make test
+}
+
+package() {
+  cd Test-Output-$pkgver
+  make install DESTDIR="$pkgdir/"
+}
+
+# vim:set ts=2 sw=2 et:



More information about the arch-commits mailing list