diff options
Diffstat (limited to 'perl-perl-tidy/PKGBUILD')
-rw-r--r-- | perl-perl-tidy/PKGBUILD | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/perl-perl-tidy/PKGBUILD b/perl-perl-tidy/PKGBUILD index 536f5fb62..0cbfc8760 100644 --- a/perl-perl-tidy/PKGBUILD +++ b/perl-perl-tidy/PKGBUILD @@ -2,8 +2,8 @@ # Generator : neuesPerlPaket (81044437a0458748ba63ce98e280fb950cfc5fd9f6a8e92edb2cd237a9a993a3dd847afaa0873f9e70622698c95b48c06c84512f1e0c154825fe84c9c758d8fa) pkgname='perl-perl-tidy' -pkgver=20220217 -pkgrel=3 +pkgver=20220613 +pkgrel=1 pkgdesc='indent and reformat perl scripts' arch=('any') depends=( @@ -16,7 +16,7 @@ options=('!emptydirs') url='https://metacpan.org/release/Perl-Tidy' _distdir="Perl-Tidy-${pkgver}" source=("https://cpan.metacpan.org/authors/id/S/SH/SHANCOCK/${_distdir}.tar.gz") -sha512sums=('696c35469f807e075fa41959e01c01d2f70ea7cd36caca60b82cade72ded011b969c682c3ac60bcc0f0e92475012efd568179c6430a138df50ad68760e1758dc') +sha512sums=('5597f703d627b5d701ccc483b9420717293341dfbf01645896567dfec6b6bf03320edc9747eb0bdfcb91d378f59f5fac0d15bace4dbfc7a24bc7fd17994f5a86') build() { cd "${srcdir}/${_distdir}" |