summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorint2017-10-04 12:31:54 +0200
committerint2017-10-04 12:31:54 +0200
commit6fefafe444cdf1aa7f5b67b993a9cd49d8daf16c (patch)
treeff69de6fbd6cab3393a04fe0680559fe12c19e52
parent5446ad0a07417c41a06c6bd76af34f2c37621468 (diff)
downloadaur-6fefafe444cdf1aa7f5b67b993a9cd49d8daf16c.tar.gz
Bugfix for cpan2aur-bug and cosmetics.
See https://rt.cpan.org/Public/Bug/Display.html?id=123153 for details.
-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: