summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index ebdac759f287..b8d1050b7da7 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,9 @@
+# Generated by mksrcinfo v8
+# Thu Sep 28 19:03:04 UTC 2017
pkgbase = perl-test-mock-lwp-dispatch
pkgdesc = mocks LWP::UserAgent and dispatches your requests/responses
pkgver = 0.08
- pkgrel = 1
+ pkgrel = 2
url = https://metacpan.org/release/Test-Mock-LWP-Dispatch
arch = any
license = PerlArtistic
diff --git a/PKGBUILD b/PKGBUILD
index 8a27cae2a9b6..7b9e6a055813 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Moritz Bunkus <moritz@bunkus.org>
pkgname='perl-test-mock-lwp-dispatch'
pkgver='0.08'
-pkgrel='1'
+pkgrel='2'
pkgdesc="mocks LWP::UserAgent and dispatches your requests/responses"
arch=('any')
license=('PerlArtistic' 'GPL')
@@ -37,7 +37,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: