[arch-commits] Commit in perl-tie-hash-indexed/repos/community-x86_64 (2 files)

Sergej Pupykin spupykin at gemini.archlinux.org
Thu Jun 2 21:35:44 UTC 2022


    Date: Thursday, June 2, 2022 @ 21:35:44
  Author: spupykin
Revision: 1219091

archrelease: copy trunk to community-x86_64

Added:
  perl-tie-hash-indexed/repos/community-x86_64/PKGBUILD
    (from rev 1219090, perl-tie-hash-indexed/trunk/PKGBUILD)
Deleted:
  perl-tie-hash-indexed/repos/community-x86_64/PKGBUILD

----------+
 PKGBUILD |   62 ++++++++++++++++++++++++++++++-------------------------------
 1 file changed, 31 insertions(+), 31 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2022-06-02 21:35:36 UTC (rev 1219090)
+++ PKGBUILD	2022-06-02 21:35:44 UTC (rev 1219091)
@@ -1,31 +0,0 @@
-# Maintainer: Sergej Pupykin <pupykin.s+arch at gmail.com>
-# Contributor: Francois Charette <firmicus at gmx.net>
-
-pkgname=perl-tie-hash-indexed
-pkgver=0.05
-pkgrel=21
-pkgdesc="Ordered hashes for Perl"
-arch=('x86_64')
-url="https://search.cpan.org/dist/Tie-Hash-Indexed"
-license=('GPL' 'PerlArtistic')
-depends=('perl')
-options=('!emptydirs')
-source=(https://www.cpan.org/authors/id/M/MH/MHX/Tie-Hash-Indexed-${pkgver}.tar.gz)
-sha256sums=('a8862a4763d58a8c785e34b8b18e5db4ce5c3e36b9b5cf565a3088584eab361e')
-
-build() {
-  cd  Tie-Hash-Indexed-${pkgver}
-
-  PERL_MM_USE_DEFAULT=1 perl Makefile.PL INSTALLDIRS=vendor
-
-  make
-}
-
-package() {
-  cd  Tie-Hash-Indexed-${pkgver}
-
-  make install DESTDIR="$pkgdir"
-
-  find "$pkgdir" -name '.packlist' -delete
-  find "$pkgdir" -name '*.pod' -delete
-}

Copied: perl-tie-hash-indexed/repos/community-x86_64/PKGBUILD (from rev 1219090, perl-tie-hash-indexed/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2022-06-02 21:35:44 UTC (rev 1219091)
@@ -0,0 +1,31 @@
+# Maintainer: Sergej Pupykin <pupykin.s+arch at gmail.com>
+# Contributor: Francois Charette <firmicus at gmx.net>
+
+pkgname=perl-tie-hash-indexed
+pkgver=0.08
+pkgrel=1
+pkgdesc="Ordered hashes for Perl"
+arch=('x86_64')
+url="https://search.cpan.org/dist/Tie-Hash-Indexed"
+license=('GPL' 'PerlArtistic')
+depends=('perl')
+options=('!emptydirs')
+source=(https://www.cpan.org/authors/id/M/MH/MHX/Tie-Hash-Indexed-${pkgver}.tar.gz)
+sha256sums=('37bc62815f5a848ac77912b9bf4788a9f272884e83a52e2093dab4a83a4a7b10')
+
+build() {
+  cd  Tie-Hash-Indexed-${pkgver}
+
+  PERL_MM_USE_DEFAULT=1 perl Makefile.PL INSTALLDIRS=vendor
+
+  make
+}
+
+package() {
+  cd  Tie-Hash-Indexed-${pkgver}
+
+  make install DESTDIR="$pkgdir"
+
+  find "$pkgdir" -name '.packlist' -delete
+  find "$pkgdir" -name '*.pod' -delete
+}



More information about the arch-commits mailing list