summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD3
1 files changed, 2 insertions, 1 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 80fd3714a92e..c2d4a6291e3c 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,7 +4,7 @@
pkgname='perl-b-keywords'
pkgver='1.19'
-pkgrel='1'
+pkgrel='2'
pkgdesc="Lists of reserved barewords and symbol names"
arch=('any')
license=('PerlArtistic' 'GPL')
@@ -39,6 +39,7 @@ check() {
package() {
cd "$srcdir/$_distdir"
make install
+ find "$pkgdir" '(' -name .packlist -o -name perllocal.pod ')' -delete
}
# Local Variables: