Date: Monday, November 7, 2022 @ 14:49:06
  Author: alerque
Revision: 1345810

archrelease: copy trunk to community-any

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

----------+
 PKGBUILD |   86 ++++++++++++++++++++++++++++++-------------------------------
 1 file changed, 43 insertions(+), 43 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD    2022-11-07 14:48:58 UTC (rev 1345809)
+++ PKGBUILD    2022-11-07 14:49:06 UTC (rev 1345810)
@@ -1,43 +0,0 @@
-# Maintainer: Caleb Maclennan< [email protected]>
-# Contributor: GPP <[email protected]>
-
-_cpan=Test-Most
-pkgname=perl-${_cpan,,}
-pkgver=0.37
-pkgrel=5
-pkgdesc='Most commonly needed test functions and features'
-arch=(any)
-url=https://metacpan.org/release/$_cpan
-license=(GPL PerlArtistic)
-_perldeps=(exception-class
-           test-deep
-           test-differences
-           test-exception
-           test-warn)
-depends=(perl
-         "${_perldeps[@]/#/perl-}")
-options=(!emptydirs)
-_archive="$_cpan-$pkgver"
-source=("https://cpan.perl.org/modules/by-module/${_cpan%-*}/$_archive.tar.gz";)
-sha256sums=('533370141eb9f18cf4ac380f6ded2ab57802a6e184008a80fd2304bfcc474fc7')
-
-build() {
-       cd "$_archive"
-       unset PERL5LIB PERL_MM_OPT PERL_LOCAL_LIB_ROOT
-       export PERL_MM_USE_DEFAULT=1 PERL_AUTOINSTALL=--skipdeps
-       perl Makefile.PL
-       make
-}
-
-check() {
-       cd "$_archive"
-       unset PERL5LIB PERL_MM_OPT PERL_LOCAL_LIB_ROOT
-       export PERL_MM_USE_DEFAULT=1
-       make test
-}
-
-package() {
-       cd "$_archive"
-       unset PERL5LIB PERL_MM_OPT PERL_LOCAL_LIB_ROOT
-       make install INSTALLDIRS=vendor DESTDIR="$pkgdir"
-}

Copied: perl-test-most/repos/community-any/PKGBUILD (from rev 1345809, 
perl-test-most/trunk/PKGBUILD)
===================================================================
--- PKGBUILD                            (rev 0)
+++ PKGBUILD    2022-11-07 14:49:06 UTC (rev 1345810)
@@ -0,0 +1,43 @@
+# Maintainer: Caleb Maclennan <[email protected]>
+# Contributor: GPP <[email protected]>
+
+_cpan=Test-Most
+pkgname=perl-${_cpan,,}
+pkgver=0.38
+pkgrel=1
+pkgdesc='Most commonly needed test functions and features'
+arch=(any)
+url="https://metacpan.org/release/$_cpan";
+license=(GPL PerlArtistic)
+_perldeps=(exception-class
+           test-deep
+           test-differences
+           test-exception
+           test-warn)
+depends=(perl
+         "${_perldeps[@]/#/perl-}")
+options=(!emptydirs)
+_archive="$_cpan-$pkgver"
+source=("https://cpan.perl.org/modules/by-module/${_cpan%-*}/$_archive.tar.gz";)
+sha256sums=('089eb894f7bace4c37c6334e0e290eb20338ee10223af0c82cbe7281c78382df')
+
+build() {
+       cd "$_archive"
+       unset PERL5LIB PERL_MM_OPT PERL_LOCAL_LIB_ROOT
+       export PERL_MM_USE_DEFAULT=1 PERL_AUTOINSTALL=--skipdeps
+       perl Makefile.PL
+       make
+}
+
+check() {
+       cd "$_archive"
+       unset PERL5LIB PERL_MM_OPT PERL_LOCAL_LIB_ROOT
+       export PERL_MM_USE_DEFAULT=1
+       make test
+}
+
+package() {
+       cd "$_archive"
+       unset PERL5LIB PERL_MM_OPT PERL_LOCAL_LIB_ROOT
+       make install INSTALLDIRS=vendor DESTDIR="$pkgdir"
+}

Reply via email to