summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorint2017-10-04 12:33:59 +0200
committerint2017-10-04 12:33:59 +0200
commit3e87bdf88a0c47facabe84987991a175d37d97c1 (patch)
tree9ef7ea126ab86b472bc3790cdedaf3cd252281e4 /PKGBUILD
parent3b040dc2f2cb96bd90a13d48ccbabe6a100fb078 (diff)
downloadaur-perl-lingua-en-words2nums.tar.gz
Bugfix for cpan2aur-bug.
See https://rt.cpan.org/Public/Bug/Display.html?id=123153 for details.
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: