Sergej Pupykin pushed to branch main at Arch Linux / Packaging / Packages / perl-tidy
Commits: 09af4677 by Sergej Pupykin at 2024-02-07T05:33:12+03:00 upgpkg: 20240202-1 - - - - - 2 changed files: - + .SRCINFO - PKGBUILD Changes: ===================================== .SRCINFO ===================================== @@ -0,0 +1,14 @@ +pkgbase = perl-tidy + pkgdesc = Parses and beautifies perl source + pkgver = 20240202 + pkgrel = 1 + url = https://search.cpan.org/dist/Perl-Tidy + arch = any + license = GPL + license = PerlArtistic + depends = perl>=5.10.0 + options = !emptydirs + source = https://www.cpan.org/authors/id/S/SH/SHANCOCK/Perl-Tidy-20240202.tar.gz + sha256sums = 9451adde47c2713652d39b150fb3eeb3ccc702add46913e989125184cd7ec57d + +pkgname = perl-tidy ===================================== PKGBUILD ===================================== @@ -3,7 +3,7 @@ # Contributor: Firmicus <francois.archlinux.org> pkgname=perl-tidy -pkgver=20230912 +pkgver=20240202 pkgrel=1 pkgdesc="Parses and beautifies perl source" arch=('any') @@ -12,7 +12,7 @@ license=('GPL' 'PerlArtistic') depends=('perl>=5.10.0') options=('!emptydirs') source=(https://www.cpan.org/authors/id/S/SH/SHANCOCK/Perl-Tidy-$pkgver.tar.gz) -sha256sums=('0c57888f206f987777e16640e72574aa0a777846719f8e3ed0413c35325f5540') +sha256sums=('9451adde47c2713652d39b150fb3eeb3ccc702add46913e989125184cd7ec57d') build() { cd "${srcdir}"/Perl-Tidy-$pkgver View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/perl-tidy/-/commit/09af4677b4dd046b1491da88ff2f412516233319 -- View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/perl-tidy/-/commit/09af4677b4dd046b1491da88ff2f412516233319 You're receiving this email because of your account on gitlab.archlinux.org.
