summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMoritz Bunkus2017-09-28 21:03:16 +0200
committerMoritz Bunkus2017-09-28 21:03:16 +0200
commit10a4b80c29f8d132e2463f32f0d784a820d6ade6 (patch)
treeb315a459a0c94d9b972ae7c212820c464c30cc1b
parentdd15128d635d8c12be1a6f514c145756c3439654 (diff)
downloadaur-10a4b80c29f8d132e2463f32f0d784a820d6ade6.tar.gz
fix removal of .packlist and with that of empty directories
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 88fca3bae7a9..4288e0eb7994 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,9 @@
+# Generated by mksrcinfo v8
+# Thu Sep 28 19:03:16 UTC 2017
pkgbase = perl-rose-datetime
pkgdesc = DateTime helper functions and objects
pkgver = 0.540
- pkgrel = 2
+ pkgrel = 3
url = http://search.cpan.org/dist/Rose-DateTime/
arch = any
license = PerlArtistic
diff --git a/PKGBUILD b/PKGBUILD
index 9bc193c27cb5..522973fdf66c 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
pkgname=perl-rose-datetime
pkgver=0.540
-pkgrel="2"
+pkgrel='3'
pkgdesc="DateTime helper functions and objects"
arch=(any)
license=('PerlArtistic')
@@ -38,7 +38,7 @@ check() {
package() {
prepare_environment
make install
- find "$pkgdir" -name .packlist -o -name perllocal.pod -delete
+ find "$pkgdir" "(" -name .packlist -o -name perllocal.pod ")" -delete
}
# Local Variables: