summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD4
-rw-r--r--PKGBUILD.tt2
3 files changed, 4 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 680ae54c07a1..9a67466522fe 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = perl-posix-strftime-compiler
pkgdesc = Perl module providing GNU C library compatible strftime for loggers and servers
pkgver = 0.42
- pkgrel = 1
+ pkgrel = 2
url = https://metacpan.org/release/POSIX-strftime-Compiler
arch = any
license = PerlArtistic
diff --git a/PKGBUILD b/PKGBUILD
index 79c570185502..6cd6fad21805 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,7 +4,7 @@
pkgname=perl-posix-strftime-compiler
pkgver=0.42
-pkgrel=1
+pkgrel=2
pkgdesc='Perl module providing GNU C library compatible strftime for loggers and servers'
arch=('any')
url='https://metacpan.org/release/POSIX-strftime-Compiler'
@@ -37,5 +37,5 @@ package() {
cd POSIX-strftime-Compiler-0.42
sanitize
perl Build install
- find "$pkgdir" -name .packlist -o -name perllocal.pod -delete
+ find "$pkgdir" \( -name .packlist -o -name perllocal.pod \) -delete
}
diff --git a/PKGBUILD.tt b/PKGBUILD.tt
index f23bdd6b6d49..3385bf9f9110 100644
--- a/PKGBUILD.tt
+++ b/PKGBUILD.tt
@@ -37,5 +37,5 @@ package() {
cd [% distdir %]
sanitize
perl Build install
- find "$pkgdir" -name .packlist -o -name perllocal.pod -delete
+ find "$pkgdir" \( -name .packlist -o -name perllocal.pod \) -delete
}