summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorBrian Bidulock2018-08-22 01:13:57 -0600
committerBrian Bidulock2018-08-22 01:13:57 -0600
commit5829f2cf5ee2716dfa5ea97681d1a083d96750d8 (patch)
tree24002ff8d308d91035e09d53af0939e7495e8302 /PKGBUILD
parentd7a7c987c6f23d6dfc78cf1aef3e6c2f6a387576 (diff)
downloadaur-5829f2cf5ee2716dfa5ea97681d1a083d96750d8.tar.gz
find fix
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD7
1 files changed, 4 insertions, 3 deletions
diff --git a/PKGBUILD b/PKGBUILD
index f1c60e2fcee9..78c8df21e58a 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,9 +1,10 @@
+# Maintainer: Brian Bidulock <bidulock@openss7.org>
# Contributor: John D Jones III AKA jnbek <jnbek1972 -_AT_- g m a i l -_Dot_- com>
# Generator : CPANPLUS::Dist::Arch 1.32
pkgname='perl-getopt-long-descriptive'
-pkgver='0.100'
-pkgrel='1'
+pkgver=0.100
+pkgrel=2
pkgdesc="Getopt::Long, but simpler and more powerful"
arch=('any')
license=('PerlArtistic' 'GPL')
@@ -41,7 +42,7 @@ 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: