summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD6
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index a2c868deac25..ed168114bbb4 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = perl-http-oai
- pkgdesc = API for the OAI-PMH
+ pkgdesc = Perl/CPAN Module HTTP:.OAI: API for the OAI-PMH
pkgver = 3.28
- pkgrel = 1
+ pkgrel = 2
url = https://metacpan.org/release/HTTP-OAI
arch = any
license = PerlArtistic
diff --git a/PKGBUILD b/PKGBUILD
index 8d67a7602015..2bac81225bf4 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -12,8 +12,8 @@
#
pkgname='perl-http-oai'
pkgver='3.28'
-pkgrel='1'
-pkgdesc="API for the OAI-PMH"
+pkgrel='2'
+pkgdesc="Perl/CPAN Module HTTP:.OAI: API for the OAI-PMH"
arch=('any')
license=('PerlArtistic' 'GPL')
options=('!emptydirs')
@@ -48,7 +48,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: