Date: Thursday, June 2, 2022 @ 17:33:18 Author: spupykin Revision: 1218801
archrelease: copy trunk to community-x86_64 Added: perl-datetime-format-builder/repos/community-x86_64/PKGBUILD (from rev 1218800, perl-datetime-format-builder/trunk/PKGBUILD) Deleted: perl-datetime-format-builder/repos/community-x86_64/PKGBUILD ----------+ PKGBUILD | 58 +++++++++++++++++++++++++++++----------------------------- 1 file changed, 29 insertions(+), 29 deletions(-) Deleted: PKGBUILD =================================================================== --- PKGBUILD 2022-06-02 17:33:11 UTC (rev 1218800) +++ PKGBUILD 2022-06-02 17:33:18 UTC (rev 1218801) @@ -1,29 +0,0 @@ -# Contributor: Caleb Cushing <xenoterrac...@gmail.com> - -pkgname=perl-datetime-format-builder -pkgver=0.8100 -pkgrel=9 -pkgdesc="Create DateTime parser classes and objects" -arch=('x86_64') -license=('PerlArtistic' 'GPL') -options=('!emptydirs') -provides=('perl-datetime-format-builder=0.80') -depends=('perl' 'perl-class-factory-util>=1.6' 'perl-datetime>=0.12' 'perl-datetime-format-strptime>=1.04' 'perl-params-validate>=0.72') -url='https://search.cpan.org/dist/DateTime-Format-Builder' -source=('https://search.cpan.org/CPAN/authors/id/D/DR/DROLSKY/DateTime-Format-Builder-0.80.tar.gz') -md5sums=('f6c5d5a17b5b7478ff555a2d3cce5136') - -build() { - export PERL_MM_USE_DEFAULT=1 - - cd "${srcdir}/DateTime-Format-Builder-0.80" - perl Makefile.PL INSTALLDIRS=vendor - make -} - -package() { - cd "${srcdir}/DateTime-Format-Builder-0.80" - make DESTDIR="$pkgdir" install - - find "$pkgdir" -name .packlist -o -name perllocal.pod -delete -} Copied: perl-datetime-format-builder/repos/community-x86_64/PKGBUILD (from rev 1218800, perl-datetime-format-builder/trunk/PKGBUILD) =================================================================== --- PKGBUILD (rev 0) +++ PKGBUILD 2022-06-02 17:33:18 UTC (rev 1218801) @@ -0,0 +1,29 @@ +# Contributor: Caleb Cushing <xenoterrac...@gmail.com> + +pkgname=perl-datetime-format-builder +pkgver=0.83 +pkgrel=1 +pkgdesc="Create DateTime parser classes and objects" +arch=('x86_64') +license=('PerlArtistic' 'GPL') +options=('!emptydirs') +provides=('perl-datetime-format-builder=0.80') +depends=('perl' 'perl-class-factory-util>=1.6' 'perl-datetime>=0.12' 'perl-datetime-format-strptime>=1.04' 'perl-params-validate>=0.72') +url='https://search.cpan.org/dist/DateTime-Format-Builder' +source=('https://search.cpan.org/CPAN/authors/id/D/DR/DROLSKY/DateTime-Format-Builder-0.80.tar.gz') +md5sums=('f6c5d5a17b5b7478ff555a2d3cce5136') + +build() { + export PERL_MM_USE_DEFAULT=1 + + cd "${srcdir}/DateTime-Format-Builder-0.80" + perl Makefile.PL INSTALLDIRS=vendor + make +} + +package() { + cd "${srcdir}/DateTime-Format-Builder-0.80" + make DESTDIR="$pkgdir" install + + find "$pkgdir" -name .packlist -o -name perllocal.pod -delete +}