diff options
-rw-r--r-- | perl-perl-tidy/PKGBUILD | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/perl-perl-tidy/PKGBUILD b/perl-perl-tidy/PKGBUILD index 42d4ad831..e74eb911a 100644 --- a/perl-perl-tidy/PKGBUILD +++ b/perl-perl-tidy/PKGBUILD @@ -2,7 +2,7 @@ # Generator : neuesPerlPaket (81044437a0458748ba63ce98e280fb950cfc5fd9f6a8e92edb2cd237a9a993a3dd847afaa0873f9e70622698c95b48c06c84512f1e0c154825fe84c9c758d8fa) pkgname='perl-perl-tidy' -pkgver=20210625 +pkgver=20210717 pkgrel=1 pkgdesc='indent and reformat perl scripts' arch=('any') @@ -17,7 +17,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=('a9d3adaac00319c53fa2a15c0c507dee03af441c0065c31c8954d3f3e875b10dc3e07e4e2a0a7e18103229b41ea86bdd1aa6e8a751f96f32aefc4bd99abe4315') +sha512sums=('ccc090cb6ffbd803fbaddde3a99391bd07a97fb47d20515c3f3e58c69a1404824a5bb9aa3cbfea6b2119f7140552fde3bc2361d3ea8904a875973817446578b1') build() { cd "${srcdir}/${_distdir}" |