summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorint2017-10-04 12:33:23 +0200
committerint2017-10-04 12:33:23 +0200
commitba7bf9527e03c57be55608f3febbcc1a99ecc5b6 (patch)
tree6e75ec1e4886871c053a1f8dd557489a8a80dd22 /PKGBUILD
parent54ff5a505146a7944313431e153a8fbb44ca8f0c (diff)
downloadaur-perl-lingua-en-number-isordinal.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 59ea930e5c36..9073c237218c 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@
pkgname='perl-lingua-en-number-isordinal'
pkgver='0.05'
-pkgrel='1'
+pkgrel='2'
pkgdesc="Perl/CPAN Module Lingua::EN::Number::IsOrdinal: Detect if English number is ordinal or cardinal"
arch=('any')
license=('PerlArtistic' 'GPL')
@@ -40,8 +40,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: