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

Allan McRae allan at gemini.archlinux.org
Wed Mar 2 12:02:59 UTC 2022


    Date: Wednesday, March 2, 2022 @ 12:02:59
  Author: allan
Revision: 1139459

archrelease: copy trunk to community-any

Added:
  perl-datetime-format-w3cdtf/repos/community-any/PKGBUILD
    (from rev 1139458, perl-datetime-format-w3cdtf/trunk/PKGBUILD)
Deleted:
  perl-datetime-format-w3cdtf/repos/community-any/PKGBUILD

----------+
 PKGBUILD |   54 +++++++++++++++++++++++++++---------------------------
 1 file changed, 27 insertions(+), 27 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2022-03-02 12:02:43 UTC (rev 1139458)
+++ PKGBUILD	2022-03-02 12:02:59 UTC (rev 1139459)
@@ -1,27 +0,0 @@
-# Maintainer: Sergej Pupykin <pupykin.s+arch at gmail.com>
-# Contributor: François Charette <firmicus ατ gmx δοτ net>
-
-pkgname=perl-datetime-format-w3cdtf
-pkgver=0.08
-pkgrel=1
-pkgdesc="Parse and format W3CDTF datetime strings"
-arch=('any')
-url="https://search.cpan.org/dist/DateTime-Format-W3CDTF"
-license=('GPL' 'PerlArtistic')
-depends=('perl>=5.10.0' 'perl-datetime')
-options=('!emptydirs')
-source=(https://search.cpan.org/CPAN/authors/id/G/GW/GWILLIAMS/DateTime-Format-W3CDTF-$pkgver.tar.gz)
-sha256sums=('dcc200a073a21cba48122a5dae0b6a875df93d3f8c8ae9d446dcdd9befaa413a')
-
-build() {
-  cd  "$srcdir"/DateTime-Format-W3CDTF-$pkgver
-  PERL_MM_USE_DEFAULT=1 perl Makefile.PL INSTALLDIRS=vendor
-  make
-}
-
-package() {
-  cd  "$srcdir"/DateTime-Format-W3CDTF-$pkgver
-  make install DESTDIR="$pkgdir"
-  find "$pkgdir" -name '.packlist' -delete
-  find "$pkgdir" -name '*.pod' -delete
-}

Copied: perl-datetime-format-w3cdtf/repos/community-any/PKGBUILD (from rev 1139458, perl-datetime-format-w3cdtf/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2022-03-02 12:02:59 UTC (rev 1139459)
@@ -0,0 +1,27 @@
+# Maintainer: Sergej Pupykin <pupykin.s+arch at gmail.com>
+# Contributor: François Charette <firmicus ατ gmx δοτ net>
+
+pkgname=perl-datetime-format-w3cdtf
+pkgver=0.08
+pkgrel=2
+pkgdesc="Parse and format W3CDTF datetime strings"
+arch=('any')
+url="https://search.cpan.org/dist/DateTime-Format-W3CDTF"
+license=('GPL' 'PerlArtistic')
+depends=('perl>=5.10.0' 'perl-datetime')
+options=('!emptydirs')
+source=(https://search.cpan.org/CPAN/authors/id/G/GW/GWILLIAMS/DateTime-Format-W3CDTF-$pkgver.tar.gz)
+sha256sums=('dcc200a073a21cba48122a5dae0b6a875df93d3f8c8ae9d446dcdd9befaa413a')
+
+build() {
+  cd  "$srcdir"/DateTime-Format-W3CDTF-$pkgver
+  PERL_MM_USE_DEFAULT=1 perl Makefile.PL INSTALLDIRS=vendor
+  make
+}
+
+package() {
+  cd  "$srcdir"/DateTime-Format-W3CDTF-$pkgver
+  make install DESTDIR="$pkgdir"
+  find "$pkgdir" -name '.packlist' -delete
+  find "$pkgdir" -name '*.pod' -delete
+}



More information about the arch-commits mailing list