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

Leonidas Spyropoulos artafinde at gemini.archlinux.org
Tue Apr 12 15:57:50 UTC 2022


    Date: Tuesday, April 12, 2022 @ 15:57:50
  Author: artafinde
Revision: 1185983

archrelease: copy trunk to community-any

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

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

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2022-04-12 15:57:46 UTC (rev 1185982)
+++ PKGBUILD	2022-04-12 15:57:50 UTC (rev 1185983)
@@ -1,30 +0,0 @@
-# Maintainer: Sergej Pupykin <pupykin.s+arch at gmail.com>
-# Contributor: Lukas Fleischer <lfleischer at archlinux.org>
-
-pkgname=perl-datetime-format-iso8601
-pkgver=0.16
-pkgrel=1
-pkgdesc="Parses ISO8601 formats"
-arch=('any')
-url="https://search.cpan.org/dist/DateTime-Format-ISO8601/"
-license=('PerlArtistic')
-depends=('perl-datetime-format-builder' 'perl-datetime')
-makedepends=()
-optdepends=('perl-file-find-rule'
-            'perl-test-pod')
-options=(!emptydirs)
-source=("https://search.cpan.org/CPAN/authors/id/D/DR/DROLSKY/DateTime-Format-ISO8601-$pkgver.tar.gz")
-sha256sums=('582847f6e029065334a00564f20cd7c28f4e5cd4ec21513d0f692531ed3b56e1')
-
-build() {
-  cd "$srcdir"/DateTime-Format-ISO8601-$pkgver
-  PERL_MM_USE_DEFAULT=1 perl Makefile.PL INSTALLDIRS=vendor
-  make
-}
-
-package() {
-  cd "$srcdir"/DateTime-Format-ISO8601-$pkgver
-  make install DESTDIR="${pkgdir}"
-  find "$pkgdir" -name perllocal.pod -delete
-  find "$pkgdir" -name .packlist -delete
-}

Copied: perl-datetime-format-iso8601/repos/community-any/PKGBUILD (from rev 1185982, perl-datetime-format-iso8601/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2022-04-12 15:57:50 UTC (rev 1185983)
@@ -0,0 +1,30 @@
+# Maintainer: Sergej Pupykin <pupykin.s+arch at gmail.com>
+# Contributor: Lukas Fleischer <lfleischer at archlinux.org>
+
+pkgname=perl-datetime-format-iso8601
+pkgver=0.16
+pkgrel=2
+pkgdesc="Parses ISO8601 formats"
+arch=('any')
+url="https://search.cpan.org/dist/DateTime-Format-ISO8601/"
+license=('PerlArtistic')
+depends=('perl-datetime-format-builder' 'perl-datetime')
+makedepends=()
+optdepends=('perl-file-find-rule'
+            'perl-test-pod')
+options=(!emptydirs)
+source=("https://search.cpan.org/CPAN/authors/id/D/DR/DROLSKY/DateTime-Format-ISO8601-$pkgver.tar.gz")
+sha256sums=('582847f6e029065334a00564f20cd7c28f4e5cd4ec21513d0f692531ed3b56e1')
+
+build() {
+  cd "$srcdir"/DateTime-Format-ISO8601-$pkgver
+  PERL_MM_USE_DEFAULT=1 perl Makefile.PL INSTALLDIRS=vendor
+  make
+}
+
+package() {
+  cd "$srcdir"/DateTime-Format-ISO8601-$pkgver
+  make install DESTDIR="${pkgdir}"
+  find "$pkgdir" -name perllocal.pod -delete
+  find "$pkgdir" -name .packlist -delete
+}



More information about the arch-commits mailing list