[arch-commits] Commit in perl-datetime-locale/repos/community-any (PKGBUILD PKGBUILD)

Allan McRae allan at gemini.archlinux.org
Wed Mar 2 12:04:08 UTC 2022


    Date: Wednesday, March 2, 2022 @ 12:04:08
  Author: allan
Revision: 1139461

archrelease: copy trunk to community-any

Added:
  perl-datetime-locale/repos/community-any/PKGBUILD
    (from rev 1139460, perl-datetime-locale/trunk/PKGBUILD)
Deleted:
  perl-datetime-locale/repos/community-any/PKGBUILD

----------+
 PKGBUILD |   56 ++++++++++++++++++++++++++++----------------------------
 1 file changed, 28 insertions(+), 28 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2022-03-02 12:03:51 UTC (rev 1139460)
+++ PKGBUILD	2022-03-02 12:04:08 UTC (rev 1139461)
@@ -1,28 +0,0 @@
-# Maintainer: Sergej Pupykin <pupykin.s+arch at gmail.com>
-# Contributor: François Charette <firmicus ατ gmx δοτ net>
-
-pkgname=perl-datetime-locale
-pkgver=1.32
-pkgrel=1
-pkgdesc="Localization support for DateTime.pm "
-arch=(any)
-url="https://search.cpan.org/dist/DateTime-Locale"
-license=('GPL' 'PerlArtistic')
-depends=('perl-params-validate' 'perl-list-moreutils'
-	 'perl-file-sharedir' 'perl-file-sharedir-install')
-options=('!emptydirs')
-source=(https://www.cpan.org/authors/id/D/DR/DROLSKY/DateTime-Locale-$pkgver.tar.gz)
-sha256sums=('78eabec73d13e1a23b0afcd1b05e84e3196258b98d1bbfafbad90d47db9c6679')
-
-build() {
-  cd  "$srcdir"/DateTime-Locale-$pkgver
-  PERL_MM_USE_DEFAULT=1 perl Makefile.PL INSTALLDIRS=vendor
-  make
-}
-
-package() {
-  cd  "$srcdir"/DateTime-Locale-$pkgver
-  make install DESTDIR="$pkgdir"
-  find "$pkgdir" -name '.packlist' -delete
-  find "$pkgdir" -name '*.pod' -delete
-}

Copied: perl-datetime-locale/repos/community-any/PKGBUILD (from rev 1139460, perl-datetime-locale/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2022-03-02 12:04:08 UTC (rev 1139461)
@@ -0,0 +1,28 @@
+# Maintainer: Sergej Pupykin <pupykin.s+arch at gmail.com>
+# Contributor: François Charette <firmicus ατ gmx δοτ net>
+
+pkgname=perl-datetime-locale
+pkgver=1.32
+pkgrel=2
+pkgdesc="Localization support for DateTime.pm "
+arch=(any)
+url="https://search.cpan.org/dist/DateTime-Locale"
+license=('GPL' 'PerlArtistic')
+depends=('perl-params-validate' 'perl-list-moreutils'
+	 'perl-file-sharedir' 'perl-file-sharedir-install')
+options=('!emptydirs')
+source=(https://www.cpan.org/authors/id/D/DR/DROLSKY/DateTime-Locale-$pkgver.tar.gz)
+sha256sums=('78eabec73d13e1a23b0afcd1b05e84e3196258b98d1bbfafbad90d47db9c6679')
+
+build() {
+  cd  "$srcdir"/DateTime-Locale-$pkgver
+  PERL_MM_USE_DEFAULT=1 perl Makefile.PL INSTALLDIRS=vendor
+  make
+}
+
+package() {
+  cd  "$srcdir"/DateTime-Locale-$pkgver
+  make install DESTDIR="$pkgdir"
+  find "$pkgdir" -name '.packlist' -delete
+  find "$pkgdir" -name '*.pod' -delete
+}



More information about the arch-commits mailing list