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

Konstantin Gizdov kgizdov at gemini.archlinux.org
Fri Jun 3 15:07:48 UTC 2022


    Date: Friday, June 3, 2022 @ 15:07:47
  Author: kgizdov
Revision: 1220690

archrelease: copy trunk to community-any

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

----------+
 PKGBUILD |   70 ++++++++++++++++++++++++++++++-------------------------------
 1 file changed, 35 insertions(+), 35 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2022-06-03 15:07:39 UTC (rev 1220689)
+++ PKGBUILD	2022-06-03 15:07:47 UTC (rev 1220690)
@@ -1,35 +0,0 @@
-# Maintainer: Baptiste Jonglez <baptiste--aur at jonglez dot org>
-pkgname=perl-locale-codes
-pkgver=3.62
-pkgrel=4
-pkgdesc='Distribution of modules to handle locale codes'
-_dist=Locale-Codes
-arch=('any')
-url="https://metacpan.org/release/$_dist"
-license=('GPL' 'PerlArtistic')
-depends=(perl)
-checkdepends=('perl-test-inter')
-options=('!emptydirs' purge)
-source=("http://search.cpan.org/CPAN/authors/id/SBECK/$_dist-$pkgver.tar.gz")
-sha256sums=('11a6d343e9c321d8ee9eee4479954a4e9c1ff2145187e74fd64952092f9dfab7')
-
-build() {
-  cd "$srcdir/$_dist-$pkgver"
-  unset PERL5LIB PERL_MM_OPT PERL_LOCAL_LIB_ROOT
-  export PERL_MM_USE_DEFAULT=1 PERL_AUTOINSTALL=--skipdeps
-  /usr/bin/perl Makefile.PL
-  make
-}
-
-check() {
-  cd "$srcdir/$_dist-$pkgver"
-  unset PERL5LIB PERL_MM_OPT PERL_LOCAL_LIB_ROOT
-  export PERL_MM_USE_DEFAULT=1
-  make test
-}
-
-package() {
-  cd "$srcdir/$_dist-$pkgver"
-  unset PERL5LIB PERL_MM_OPT PERL_LOCAL_LIB_ROOT
-  make install INSTALLDIRS=vendor DESTDIR="$pkgdir"
-}

Copied: perl-locale-codes/repos/community-any/PKGBUILD (from rev 1220689, perl-locale-codes/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2022-06-03 15:07:47 UTC (rev 1220690)
@@ -0,0 +1,35 @@
+# Maintainer: Konstantin Gizdov <arch at kge dot pw>
+pkgname=perl-locale-codes
+pkgver=3.71
+pkgrel=1
+pkgdesc='Distribution of modules to handle locale codes'
+_dist=Locale-Codes
+arch=('any')
+url="https://metacpan.org/release/${_dist}"
+license=('GPL' 'PerlArtistic')
+depends=(perl)
+checkdepends=('perl-test-inter')
+options=('!emptydirs' purge)
+source=("http://search.cpan.org/CPAN/authors/id/SBECK/${_dist}-${pkgver}.tar.gz")
+sha256sums=('e0d9cb7e12026b01b797766b3f624f13d7f2329a2c32f20b2d73204c50baed50')
+
+build() {
+  cd "${srcdir}/${_dist}-${pkgver}"
+  unset PERL5LIB PERL_MM_OPT PERL_LOCAL_LIB_ROOT
+  export PERL_MM_USE_DEFAULT=1 PERL_AUTOINSTALL=--skipdeps
+  /usr/bin/perl Makefile.PL
+  make
+}
+
+check() {
+  cd "${srcdir}/${_dist}-${pkgver}"
+  unset PERL5LIB PERL_MM_OPT PERL_LOCAL_LIB_ROOT
+  export PERL_MM_USE_DEFAULT=1
+  make test
+}
+
+package() {
+  cd "${srcdir}/${_dist}-${pkgver}"
+  unset PERL5LIB PERL_MM_OPT PERL_LOCAL_LIB_ROOT
+  make install INSTALLDIRS=vendor DESTDIR="${pkgdir}"
+}



More information about the arch-commits mailing list