summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorAnton Leontiev2020-03-15 17:22:28 +0300
committerAnton Leontiev2020-03-15 17:22:28 +0300
commitef269d296c6c810b62f14fded295cfb989ce5e61 (patch)
treee841aecac2c7fbf615a30e9d0c16b28843483095 /PKGBUILD
parent3fefec680e1aa630a3fc11351d3efc42c55c629b (diff)
downloadaur-perl-template-declare.tar.gz
Fix command to remove .packlist and perllocal.pod
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD8
1 files changed, 4 insertions, 4 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 9720f00b3bff..bc160527154f 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,10 +1,10 @@
# CPAN Name : Template::Declare
-# Contributor: Anton Leontiev <bunder /at/ t-25.ru>
-# Generator : CPANPLUS::Dist::Arch 1.30
+# Contributor: Anton Leontiev <scileont /at/ gmail.com>
+# Generator : CPANPLUS::Dist::Arch 1.32
pkgname=perl-template-declare
pkgver=0.47
-pkgrel=1
+pkgrel=2
pkgdesc='Pure-Perl declarative HTML/XUL/RDF/XML templating system'
arch=('any')
url='https://metacpan.org/release/Template-Declare'
@@ -42,5 +42,5 @@ package() {
cd Template-Declare-0.47
sanitize
make install DESTDIR="$pkgdir"
- find "$pkgdir" -name .packlist -o -name perllocal.pod -delete
+ find "$pkgdir" \( -name .packlist -o -name perllocal.pod \) -delete
}