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

Sergej Pupykin spupykin at archlinux.org
Mon Jun 7 16:12:15 UTC 2021


    Date: Monday, June 7, 2021 @ 16:12:14
  Author: spupykin
Revision: 957801

archrelease: copy trunk to community-any

Added:
  perl-datetime-format-w3cdtf/repos/community-any/PKGBUILD
    (from rev 957800, 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	2021-06-07 16:12:07 UTC (rev 957800)
+++ PKGBUILD	2021-06-07 16:12:14 UTC (rev 957801)
@@ -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.07
-pkgrel=4
-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=('69a02b661bbf1daa14a4813cb6786eaa66dbdf2743f0b3f458e30234c3a26268')
-
-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 957800, perl-datetime-format-w3cdtf/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2021-06-07 16:12:14 UTC (rev 957801)
@@ -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=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
+}



More information about the arch-commits mailing list