summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD5
1 files changed, 2 insertions, 3 deletions
diff --git a/PKGBUILD b/PKGBUILD
index c5b2c39b84ed..7d6eb2835576 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@
pkgname='perl-lingua-en-words2nums'
pkgver='0.18'
-pkgrel='1'
+pkgrel='2'
pkgdesc="Perl/CPAN Module Lingua::EN::Words2Nums: Convert English text to numbers"
arch=('any')
license=('PerlArtistic' 'GPL')
@@ -39,8 +39,7 @@ check() {
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: