Sergej Pupykin pushed to branch main at Arch Linux / Packaging / Packages / perl-cpan-perl-releases
Commits: 05e1624c by Sergej Pupykin at 2023-11-08T20:49:40+03:00 upgpkg: 5.20231025-1 - - - - - 2 changed files: - + .SRCINFO - PKGBUILD Changes: ===================================== .SRCINFO ===================================== @@ -0,0 +1,14 @@ +pkgbase = perl-cpan-perl-releases + pkgdesc = Mapping Perl releases on CPAN to the location of the tarballs + pkgver = 5.20231025 + pkgrel = 1 + url = https://metacpan.org/release/CPAN-Perl-Releases + arch = any + license = PerlArtistic + license = GPL + depends = perl + options = !emptydirs + source = https://search.cpan.org/CPAN/authors/id/B/BI/BINGOS/CPAN-Perl-Releases-5.20231025.tar.gz + sha256sums = 3127923ec09b2f12f75705b952c89766e79d3a871915b317f0b8297564ceae75 + +pkgname = perl-cpan-perl-releases ===================================== PKGBUILD ===================================== @@ -1,7 +1,7 @@ # Maintainer: pkgname=perl-cpan-perl-releases -pkgver=5.20230920 +pkgver=5.20231025 pkgrel=1 pkgdesc='Mapping Perl releases on CPAN to the location of the tarballs' arch=('any') @@ -10,7 +10,7 @@ license=('PerlArtistic' 'GPL') depends=('perl') options=('!emptydirs') source=("https://search.cpan.org/CPAN/authors/id/B/BI/BINGOS/CPAN-Perl-Releases-$pkgver.tar.gz") -sha256sums=('31bc93889476b8ec758918dd9924a62983e087b06c8cde926fb9a7a7e87ad1c0') +sha256sums=('3127923ec09b2f12f75705b952c89766e79d3a871915b317f0b8297564ceae75') build() { cd CPAN-Perl-Releases-$pkgver View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/perl-cpan-perl-releases/-/commit/05e1624c17076e585c23367001723adeb932c447 -- View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/perl-cpan-perl-releases/-/commit/05e1624c17076e585c23367001723adeb932c447 You're receiving this email because of your account on gitlab.archlinux.org.
