summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authortrizen2019-02-09 07:40:15 +0200
committertrizen2019-02-09 07:40:15 +0200
commit7cd58a03108677800c7f85bf8e75e8bdb97cb3f9 (patch)
tree0b6673f5237c3c6a5a5e9f9994671c6147d8162a /PKGBUILD
parent2938e8efb4a45dd062f2e8bbc7e458fef3f72f7d (diff)
downloadaur-7cd58a03108677800c7f85bf8e75e8bdb97cb3f9.tar.gz
Removed the empty `lib` directory.
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD6
1 files changed, 3 insertions, 3 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 3466436ea415..047096cbb299 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,10 +1,10 @@
-# Contributor: Trizen <echo dHJpemVueEBnbWFpbC5jb20K | base64 -d>
+# Contributor: Trizen <echo dHJpemVuQHByb3Rvbm1haWwuY29tCg== | base64 -d>
# Generator : CPANPLUS::Dist::Arch 1.32
pkgname='perl-class-multimethods'
pkgver='1.701'
pkgrel='1'
-pkgdesc="Support multimethods and function overloading in Perl"
+pkgdesc="Class::Multimethods - support for multimethods and function overloading in Perl."
arch=('any')
license=('PerlArtistic' 'GPL')
options=('!emptydirs')
@@ -39,7 +39,7 @@ check() {
package() {
cd "$srcdir/$_distdir"
make install
-
+ rm -r "$pkgdir"/usr/lib
find "$pkgdir" -name .packlist -o -name perllocal.pod -delete
}