summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorMichal Wojdyla2021-08-09 05:28:25 +0200
committerMichal Wojdyla2021-08-09 05:28:25 +0200
commit7f1a7f717c3c7b244c283eee8192b3bf6c8da7bf (patch)
treecbebc8ad50f1960201822c50eec8177051712bab /PKGBUILD
parentd2e432e2d9360e7e36988ee74ecb93fb9040a87b (diff)
downloadaur-7f1a7f717c3c7b244c283eee8192b3bf6c8da7bf.tar.gz
update to 1.5111
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD20
1 files changed, 6 insertions, 14 deletions
diff --git a/PKGBUILD b/PKGBUILD
index fde1438f3851..0a25370a4df5 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,20 +1,18 @@
# Contributor: John D Jones III <j[nospace]n[nospace]b[nospace]e[nospace]k[nospace]1972 -_AT_- the domain name google offers a mail service at ending in dot com>
-# Generator : CPANPLUS::Dist::Arch 1.25
pkgname='perl-mail-mbox-messageparser'
-pkgver='1.5002'
+pkgver='1.5111'
pkgrel='1'
pkgdesc="A fast and simple mbox folder reader"
arch=('any')
license=('PerlArtistic' 'GPL')
options=('!emptydirs')
depends=('perl-filehandle-unget')
-makedepends=('perl-text-diff')
+checkdepends=('perl-test-compile' 'perl-text-diff' 'perl-test-pod' 'perl-test-pod-coverage')
url='http://search.cpan.org/dist/Mail-Mbox-MessageParser'
-source=('http://search.cpan.org/CPAN/authors/id/D/DC/DCOPPIT/Mail-Mbox-MessageParser-1.5002.tar.gz')
-md5sums=('0df054faf3a43a537636ea7ca997694c')
-sha512sums=('d36fec04875dd9c22db4a58e63f4af73325b98a7ff3fbfa0ba56f4d15fd8fb50f7fb00d93c05c15eb1b9bfd299835af07c7492589fa76290f1a127a455711f08')
-_distdir="Mail-Mbox-MessageParser-1.5002"
+source=('http://search.cpan.org/CPAN/authors/id/D/DC/DCOPPIT/Mail-Mbox-MessageParser-1.5111.tar.gz')
+sha512sums=('c0b0c4066da3be2d8b669eed1a527309aefbbedf08531cd8eb524db37319532df75719784a557929adc409fc680a384d731f8b06768020a18855e34f392d6d0f')
+_distdir="Mail-Mbox-MessageParser-1.5111"
build() {
( export PERL_MM_USE_DEFAULT=1 PERL5LIB="" \
@@ -41,10 +39,4 @@ package() {
make install
find "$pkgdir" -name .packlist -o -name perllocal.pod -delete
-}
-
-# Local Variables:
-# mode: shell-script
-# sh-basic-offset: 2
-# End:
-# vim:set ts=2 sw=2 et:
+} \ No newline at end of file