Date: Monday, November 7, 2022 @ 14:48:58 Author: alerque Revision: 1345809
upgpkg: perl-test-most 0.38-1 Modified: perl-test-most/trunk/PKGBUILD ----------+ PKGBUILD | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2022-11-07 14:45:26 UTC (rev 1345808) +++ PKGBUILD 2022-11-07 14:48:58 UTC (rev 1345809) @@ -1,13 +1,13 @@ -# Maintainer: Caleb Maclennan< [email protected]> +# Maintainer: Caleb Maclennan <[email protected]> # Contributor: GPP <[email protected]> _cpan=Test-Most pkgname=perl-${_cpan,,} -pkgver=0.37 -pkgrel=5 +pkgver=0.38 +pkgrel=1 pkgdesc='Most commonly needed test functions and features' arch=(any) -url=https://metacpan.org/release/$_cpan +url="https://metacpan.org/release/$_cpan" license=(GPL PerlArtistic) _perldeps=(exception-class test-deep @@ -19,7 +19,7 @@ options=(!emptydirs) _archive="$_cpan-$pkgver" source=("https://cpan.perl.org/modules/by-module/${_cpan%-*}/$_archive.tar.gz") -sha256sums=('533370141eb9f18cf4ac380f6ded2ab57802a6e184008a80fd2304bfcc474fc7') +sha256sums=('089eb894f7bace4c37c6334e0e290eb20338ee10223af0c82cbe7281c78382df') build() { cd "$_archive"
