summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD4
2 files changed, 3 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index f023651f2cc2..cc728da0bd5a 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = perl-file-configdir
pkgdesc = Perl/CPAN File::ConfigDir - get directories of configuration files
pkgver = 0.015
- pkgrel = 1
+ pkgrel = 2
url = https://metacpan.org/release/File-ConfigDir
arch = any
license = PerlArtistic
diff --git a/PKGBUILD b/PKGBUILD
index 763cb6be43a1..af051e01e33b 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
pkgname=perl-file-configdir
_cpanname=File-ConfigDir
pkgver=0.015
-pkgrel=1
+pkgrel=2
pkgdesc="Perl/CPAN File::ConfigDir - get directories of configuration files"
arch=('any')
url="https://metacpan.org/release/$_cpanname"
@@ -29,5 +29,5 @@ package() {
make DESTDIR="$pkgdir" install
# remove perllocal.pod and .packlist
- find "$pkgdir" -name '*.pod' -o -name '.packlist' -delete
+ find "$pkgdir" \( -name '*.pod' -o -name '.packlist' \) -delete
}