* update perl-tidy to 20250105-1

This commit is contained in:
Alexander Baldeck 2025-02-17 15:08:18 +01:00
parent 7f817b44dd
commit e931bc8576
2 changed files with 5 additions and 5 deletions

View File

@ -1,6 +1,6 @@
pkgbase = perl-tidy
pkgdesc = Parses and beautifies perl source
pkgver = 20240903
pkgver = 20250105
pkgrel = 1
url = https://search.cpan.org/dist/Perl-Tidy
arch = any
@ -8,7 +8,7 @@ pkgbase = perl-tidy
license = PerlArtistic
depends = perl>=5.10.0
options = !emptydirs
source = https://www.cpan.org/authors/id/S/SH/SHANCOCK/Perl-Tidy-20240903.tar.gz
sha256sums = 22fba4ba84cf2ba5fb4ade3ae65c6deb48a0ee61fe446858d3ae8c5e00f37e81
source = https://www.cpan.org/authors/id/S/SH/SHANCOCK/Perl-Tidy-20250105.tar.gz
sha256sums = d2cea2b909da69ab6d09f00dcb27cd9551184a5e4267d825da15d2f52e228632
pkgname = perl-tidy

View File

@ -4,7 +4,7 @@
# Contributor: Firmicus <francois.archlinux.org>
pkgname=perl-tidy
pkgver=20240903
pkgver=20250105
pkgrel=1
pkgdesc="Parses and beautifies perl source"
arch=(any)
@ -13,7 +13,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=('22fba4ba84cf2ba5fb4ade3ae65c6deb48a0ee61fe446858d3ae8c5e00f37e81')
sha256sums=('d2cea2b909da69ab6d09f00dcb27cd9551184a5e4267d825da15d2f52e228632')
build() {
cd "${srcdir}"/Perl-Tidy-$pkgver