summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD5
2 files changed, 3 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index fcc59e15d70f..b159113ccce6 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = perl-class-unload
pkgdesc = Perl/CPAN Module Class::Unload: Unload a class
pkgver = 0.11
- pkgrel = 1
+ pkgrel = 2
url = https://metacpan.org/release/Class-Unload
arch = any
license = PerlArtistic
diff --git a/PKGBUILD b/PKGBUILD
index c989e4a64182..ff2dfbb0da47 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@
pkgname='perl-class-unload'
pkgver='0.11'
-pkgrel='1'
+pkgrel='2'
pkgdesc="Perl/CPAN Module Class::Unload: Unload a class"
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: