Date: Sunday, June 5, 2022 @ 13:16:28 Author: bluewind Revision: 1222862
upgpkg: cpanminus 1.7046-1: upstream update Modified: cpanminus/trunk/PKGBUILD ----------+ PKGBUILD | 11 +++++------ 1 file changed, 5 insertions(+), 6 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2022-06-05 13:15:39 UTC (rev 1222861) +++ PKGBUILD 2022-06-05 13:16:28 UTC (rev 1222862) @@ -1,8 +1,8 @@ # Maintainer: Florian Pritz <[email protected]> pkgname=cpanminus -pkgver=1.7044 -pkgrel=6 +pkgver=1.7046 +pkgrel=1 pkgdesc='get, unpack, build and install modules from CPAN' arch=(any) license=(PerlArtistic GPL) @@ -10,9 +10,9 @@ depends=('perl>=5.8.1') provides=("perl-app-cpanminus=$pkgver") url=https://metacpan.org/release/App-cpanminus -source=("https://search.cpan.org/CPAN/authors/id/M/MI/MIYAGAWA/App-cpanminus-$pkgver.tar.gz") -md5sums=(6e76f94dced6d4672686a30d16f8e890) -sha512sums=(85e88de8fbefabdfd84fe8aeaa8294d58d63e27276cd6d8b8dfc5dc4cd6c30c12f5859f30e4930842d6d06af50c88d71358dee49c93821234c811aa39de822d7) +source=("https://cpan.metacpan.org/authors/id/M/MI/MIYAGAWA/App-cpanminus-$pkgver.tar.gz") +md5sums=(c6630373e444ed1e6b772e50e526a333) +sha512sums=(ced5f264979eb50cc33ac566c0242998c9b9c158ba435b9a180810f58eaa0b28d0de70312ade10df0ee3808369423f7baa029f2be740461d20a695e5e24d0d9b) _ddir="App-cpanminus-$pkgver" build() @@ -36,7 +36,6 @@ ( cd "$srcdir/$_ddir" make install INSTALLDIRS=vendor DESTDIR="$pkgdir" - find "$pkgdir" -name .packlist -o -name perllocal.pod -delete ) # Local Variables:
