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

Sergej Pupykin spupykin at gemini.archlinux.org
Thu Jun 2 17:33:41 UTC 2022


    Date: Thursday, June 2, 2022 @ 17:33:40
  Author: spupykin
Revision: 1218805

archrelease: copy trunk to community-any

Added:
  perl-datetime-locale/repos/community-any/PKGBUILD
    (from rev 1218804, 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-06-02 17:33:33 UTC (rev 1218804)
+++ PKGBUILD	2022-06-02 17:33:40 UTC (rev 1218805)
@@ -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=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
-}

Copied: perl-datetime-locale/repos/community-any/PKGBUILD (from rev 1218804, perl-datetime-locale/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2022-06-02 17:33:40 UTC (rev 1218805)
@@ -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.35
+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=('6104a15626331b521746a8ab30c1d978420b3347c235ee52c2e6de5ce2113aac')
+
+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