summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD5
2 files changed, 4 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 4610188d30fd..e8056391c73e 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,5 @@
-# Generated by mksrcinfo v8
-# Sat Aug 26 00:49:16 UTC 2017
pkgbase = perl-algorithm-loops
- pkgdesc = Algorithm::Loops - Looping constructs: NestedLoops, MapCar*, Filter, and NextPermute*
+ pkgdesc = Algorithm::Loops - looping constructs: NestedLoops, MapCar*, Filter, and NextPermute*
pkgver = 1.032
pkgrel = 1
url = https://metacpan.org/pod/Algorithm::Loops
diff --git a/PKGBUILD b/PKGBUILD
index 39dbc14ddf5d..717aec81cbee 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,10 +1,10 @@
-# Maintainer : Trizen <echo dHJpemVueEBnbWFpbC5jb20K | base64 -d>
+# Contributor: Trizen <echo dHJpemVuQHByb3Rvbm1haWwuY29tCg== | base64 -d>
# Generator : CPANPLUS::Dist::Arch 1.32
pkgname='perl-algorithm-loops'
pkgver='1.032'
pkgrel='1'
-pkgdesc="Algorithm::Loops - Looping constructs: NestedLoops, MapCar*, Filter, and NextPermute*"
+pkgdesc="Algorithm::Loops - looping constructs: NestedLoops, MapCar*, Filter, and NextPermute*"
arch=('any')
license=('PerlArtistic' 'GPL')
options=('!emptydirs')
@@ -39,6 +39,7 @@ check() {
package() {
cd "$srcdir/$_distdir"
make install
+ rm -r "$pkgdir"/usr/lib
find "$pkgdir" -name .packlist -o -name perllocal.pod -delete
}