summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO6
-rwxr-xr-xPKGBUILD9
2 files changed, 7 insertions, 8 deletions
diff --git a/.SRCINFO b/.SRCINFO
index e9f735670f35..c66ad79a61c6 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,9 +1,7 @@
-# Generated by mksrcinfo v8
-# Sun Oct 22 08:06:36 UTC 2017
pkgbase = perl-linux-desktopfiles
- pkgdesc = A very fast Perl module for parsing the Linux desktop files.
+ pkgdesc = Linux::DesktopFiles - a very fast Perl module for parsing the Linux desktop files.
pkgver = 0.25
- pkgrel = 1
+ pkgrel = 2
url = https://metacpan.org/release/Linux-DesktopFiles
arch = any
license = PerlArtistic
diff --git a/PKGBUILD b/PKGBUILD
index db76ec87ced9..42cbd0a6305b 100755
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,10 +1,10 @@
-# Maintainer: Trizen <echo dHJpemVueEBnbWFpbC5jb20K | base64 -d>
-# Generator : CPANPLUS::Dist::Arch 1.32
+# Maintainer: Trizen <echo dHJpemVuQHByb3Rvbm1haWwuY29tCg== | base64 -d>
+# Generator : CPANPLUS::Dist::Arch 1.32
pkgname='perl-linux-desktopfiles'
pkgver='0.25'
-pkgrel='1'
-pkgdesc="A very fast Perl module for parsing the Linux desktop files."
+pkgrel='2'
+pkgdesc="Linux::DesktopFiles - a very fast Perl module for parsing the Linux desktop files."
arch=('any')
license=('PerlArtistic' 'GPL')
options=('!emptydirs')
@@ -40,6 +40,7 @@ package() {
cd "$srcdir/$_distdir"
make install
+ rm -r "$pkgdir/usr/lib"
find "$pkgdir" -name .packlist -o -name perllocal.pod -delete
}