summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorAnton Leontiev2020-03-15 17:23:12 +0300
committerAnton Leontiev2020-03-15 17:23:12 +0300
commitf0527d3f031f9ca849b182aa9465ded2dcadd7a8 (patch)
tree52cd25703c3818830a5ba744d9117c98dff1727a /PKGBUILD
parent5c865ad48fae02d8f3d330a4698ddd22c73f33ce (diff)
downloadaur-perl-text-ngram.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 1931e09e00f3..d8b4cc07660d 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,10 +1,10 @@
# CPAN Name : Text::Ngram
-# 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-text-ngram
pkgver=0.15
-pkgrel=1
+pkgrel=2
pkgdesc='Perl package for Ngram analysis of text'
arch=('i686' 'x86_64')
url='https://metacpan.org/release/Text-Ngram'
@@ -36,5 +36,5 @@ package() {
cd Text-Ngram-0.15
sanitize
make install DESTDIR="$pkgdir"
- find "$pkgdir" -name .packlist -o -name perllocal.pod -delete
+ find "$pkgdir" \( -name .packlist -o -name perllocal.pod \) -delete
}