summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorAnton Leontiev2020-03-15 17:22:39 +0300
committerAnton Leontiev2020-03-15 17:22:39 +0300
commitd2da54a85f7458a295906df4fac3b381bd8cc27a (patch)
treefdebe1cdf833f08d5b251448d4c4aa50bdae2b6f /PKGBUILD
parent3fa2df8654cf1bb2ec8f7bfcdcbc2c84d160631f (diff)
downloadaur-perl-test-email.tar.gz
Fix command to remove .packlist and perllocal.pod
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD6
1 files changed, 3 insertions, 3 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 27ad6b17f60d..cff884fd337e 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,10 +1,10 @@
# CPAN Name : Test::Email
-# Contributor: Anton Leontiev <bunder /at/ t-25.ru>
+# Contributor: Anton Leontiev <scileont /at/ gmail.com>
# Generator : CPANPLUS::Dist::Arch 1.29
pkgname=perl-test-email
pkgver=0.07
-pkgrel=1
+pkgrel=3
pkgdesc='Perl package to test Email contents'
arch=('any')
url='http://search.cpan.org/dist/Test-Email'
@@ -28,5 +28,5 @@ check() {
package() {
cd Test-Email-0.07
make install DESTDIR="$pkgdir"
- find "$pkgdir" -name .packlist -o -name perllocal.pod -delete
+ find "$pkgdir" \( -name .packlist -o -name perllocal.pod \) -delete
}