[arch-commits] Commit in perl-datetime-format-builder/repos/community-x86_64 (2 files)

Sergej Pupykin spupykin at gemini.archlinux.org
Thu Jun 2 19:48:04 UTC 2022


    Date: Thursday, June 2, 2022 @ 19:48:04
  Author: spupykin
Revision: 1219005

archrelease: copy trunk to community-x86_64

Added:
  perl-datetime-format-builder/repos/community-x86_64/PKGBUILD
    (from rev 1219004, perl-datetime-format-builder/trunk/PKGBUILD)
Deleted:
  perl-datetime-format-builder/repos/community-x86_64/PKGBUILD

----------+
 PKGBUILD |   59 ++++++++++++++++++++++++++++++-----------------------------
 1 file changed, 30 insertions(+), 29 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2022-06-02 19:47:54 UTC (rev 1219004)
+++ PKGBUILD	2022-06-02 19:48:04 UTC (rev 1219005)
@@ -1,29 +0,0 @@
-# Contributor: Caleb Cushing <xenoterracide at 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
-}

Copied: perl-datetime-format-builder/repos/community-x86_64/PKGBUILD (from rev 1219004, perl-datetime-format-builder/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2022-06-02 19:48:04 UTC (rev 1219005)
@@ -0,0 +1,30 @@
+# Contributor: Caleb Cushing <xenoterracide at gmail.com>
+
+pkgname=perl-datetime-format-builder
+epoch=1
+pkgver=0.83
+pkgrel=2
+pkgdesc="Create DateTime parser classes and objects"
+arch=('x86_64')
+license=('PerlArtistic' 'GPL')
+options=('!emptydirs')
+provides=("perl-datetime-format-builder=$pkgver")
+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-$pkgver.tar.gz")
+md5sums=('aa41917ca9ad69b3898728ce9c2fb477')
+
+build() {
+  export PERL_MM_USE_DEFAULT=1
+  
+  cd "${srcdir}/DateTime-Format-Builder-$pkgver"
+  perl Makefile.PL INSTALLDIRS=vendor
+  make
+}
+
+package() {
+  cd "${srcdir}/DateTime-Format-Builder-$pkgver"
+  make DESTDIR="$pkgdir" install
+
+  find "$pkgdir" -name .packlist -o -name perllocal.pod -delete
+}



More information about the arch-commits mailing list