Package Details: perl-file-touch 0.12-1

Git Clone URL: https://aur.archlinux.org/perl-file-touch.git (read-only, click to copy)
Package Base: perl-file-touch
Description: File::Touch update file access and modification times, optionally creating files if needed
Upstream URL: https://metacpan.org/release/File-Touch
Licenses: GPL, PerlArtistic
Submitter: None
Maintainer: severach
Last Packager: severach
Votes: 5
Popularity: 0.000000
First Submitted: 2008-11-18 18:39 (UTC)
Last Updated: 2021-03-28 00:43 (UTC)

Latest Comments

barius commented on 2017-09-10 01:28 (UTC) (edited on 2017-09-10 01:30 (UTC) by barius)

You might like to fix the workaround for makepkg doing '!emptydirs' before 'purge'... diff --git a/PKGBUILD b/PKGBUILD index b640e38..47f69ad 100644 --- a/PKGBUILD +++ b/PKGBUILD @@ -40,7 +40,7 @@ package() { cd "$srcdir/$_distdir" make install - find "$pkgdir" -name .packlist -o -name perllocal.pod -delete + find "$pkgdir" \( -name .packlist -o -name perllocal.pod \) -delete } # Local Variables: