summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorint2017-10-04 12:21:50 +0200
committerint2017-10-04 12:21:50 +0200
commit7365b87ed1af58f21af168a226437d97f8d393ad (patch)
treeda4598a8a87669a779d8ced9caa6f85f4f9e514c /PKGBUILD
parente658e9501eaa8164c2c49f811d9a1d5ceedcb910 (diff)
downloadaur-perl-barcode-code128.tar.gz
Bugfix for cpan2aur-bug and cosmetics.
See https://rt.cpan.org/Public/Bug/Display.html?id=123153 for details.
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD8
1 files changed, 4 insertions, 4 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 15e5d4368b18..0b86a2e0cf61 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,10 +1,10 @@
-# Contributor: int <int [ate] arcor [dot] de>
+# Maintainer: int <int [ate] arcor [dot] de>
# Generator : CPANPLUS::Dist::Arch 1.32
pkgname='perl-barcode-code128'
pkgver='2.21'
-pkgrel='1'
-pkgdesc="Generate CODE 128 bar codes"
+pkgrel='2'
+pkgdesc="Perl/CPAN Module Barcode::Code128: Generate CODE 128 bar codes"
arch=('any')
license=('PerlArtistic' 'GPL')
options=('!emptydirs')
@@ -39,7 +39,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: