From 04db173d5389efa0cc633f1190551ab7f4c89348 Mon Sep 17 00:00:00 2001 From: Britney Fransen Date: Wed, 30 May 2018 20:14:52 +0000 Subject: perl-datetime-format-iso8601: rebuild --- .../perl_modules/perl-datetime-format-iso8601/PKGBUILD | 15 +++++++-------- 1 file changed, 7 insertions(+), 8 deletions(-) diff --git a/abs/core/perl_modules/perl-datetime-format-iso8601/PKGBUILD b/abs/core/perl_modules/perl-datetime-format-iso8601/PKGBUILD index c8e07df..6e2b05d 100644 --- a/abs/core/perl_modules/perl-datetime-format-iso8601/PKGBUILD +++ b/abs/core/perl_modules/perl-datetime-format-iso8601/PKGBUILD @@ -1,10 +1,10 @@ -# $Id: PKGBUILD 66111 2012-02-23 01:12:06Z spupykin $ +# $Id$ # Maintainer: Sergej Pupykin -# Contributor: Lukas Fleischer +# Contributor: Lukas Fleischer pkgname=perl-datetime-format-iso8601 pkgver=0.08 -pkgrel=1 +pkgrel=3 pkgdesc="Parses ISO8601 formats" arch=('any') url="http://search.cpan.org/dist/DateTime-Format-ISO8601/" @@ -12,21 +12,20 @@ license=('PerlArtistic') depends=('perl-datetime-format-builder' 'perl-datetime') makedepends=() optdepends=('perl-file-find-rule' - 'perl-test-distribution' 'perl-test-pod') options=(!emptydirs) source=("http://search.cpan.org/CPAN/authors/id/J/JH/JHOBLITT/DateTime-Format-ISO8601-$pkgver.tar.gz") md5sums=('b7c0a4b5e767a8d3b87f3dc678d8c30c') build() { - cd $srcdir/DateTime-Format-ISO8601-$pkgver + cd "$srcdir"/DateTime-Format-ISO8601-$pkgver PERL_MM_USE_DEFAULT=1 perl Makefile.PL INSTALLDIRS=vendor make } package() { - cd $srcdir/DateTime-Format-ISO8601-$pkgver + cd "$srcdir"/DateTime-Format-ISO8601-$pkgver make install DESTDIR="${pkgdir}" - find ${pkgdir} -name perllocal.pod -delete - find ${pkgdir} -name .packlist -delete + find "$pkgdir" -name perllocal.pod -delete + find "$pkgdir" -name .packlist -delete } -- cgit v0.12