summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD3
2 files changed, 3 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 92a3ba0a79d8..96ffb1df542c 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = perl-b-keywords
pkgdesc = Lists of reserved barewords and symbol names
pkgver = 1.19
- pkgrel = 1
+ pkgrel = 2
url = http://search.mcpan.org/dist/B-Keywords
arch = any
license = PerlArtistic
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: