[arch-commits] Commit in perl-json-parse/repos/community-x86_64 (PKGBUILD PKGBUILD)

Sergej Pupykin spupykin at gemini.archlinux.org
Tue Jul 19 19:38:13 UTC 2022


    Date: Tuesday, July 19, 2022 @ 19:38:13
  Author: spupykin
Revision: 1254709

archrelease: copy trunk to community-x86_64

Added:
  perl-json-parse/repos/community-x86_64/PKGBUILD
    (from rev 1254708, perl-json-parse/trunk/PKGBUILD)
Deleted:
  perl-json-parse/repos/community-x86_64/PKGBUILD

----------+
 PKGBUILD |   52 ++++++++++++++++++++++++++--------------------------
 1 file changed, 26 insertions(+), 26 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2022-07-19 19:38:05 UTC (rev 1254708)
+++ PKGBUILD	2022-07-19 19:38:13 UTC (rev 1254709)
@@ -1,26 +0,0 @@
-# Maintainer: Sergej Pupykin <arch+pub at sergej.pp.ru>
-
-pkgname=perl-json-parse
-pkgver=0.61
-pkgrel=1
-pkgdesc="JSON::Parse - Read JSON into a Perl variable"
-arch=('x86_64')
-url="https://metacpan.org/release/JSON-Parse"
-license=('GPL' 'PerlArtistic')
-depends=('perl>=5.10.0')
-options=('!emptydirs')
-source=(https://cpan.metacpan.org/authors/id/B/BK/BKB/JSON-Parse-$pkgver.tar.gz)
-sha256sums=('ce8e55e70bef9bcbba2e96af631d10a605900961a22cad977e71aab56c3f2806')
-
-build() {
-  cd  "$srcdir"/JSON-Parse-$pkgver
-  PERL_MM_USE_DEFAULT=1 perl Makefile.PL INSTALLDIRS=vendor
-  make
-}
-
-package() {
-  cd  "$srcdir"/JSON-Parse-$pkgver
-  make install DESTDIR="$pkgdir"
-  find "$pkgdir" -name '.packlist' -delete
-  find "$pkgdir" -name '*.pod' -delete
-}

Copied: perl-json-parse/repos/community-x86_64/PKGBUILD (from rev 1254708, perl-json-parse/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2022-07-19 19:38:13 UTC (rev 1254709)
@@ -0,0 +1,26 @@
+# Maintainer: Sergej Pupykin <arch+pub at sergej.pp.ru>
+
+pkgname=perl-json-parse
+pkgver=0.62
+pkgrel=1
+pkgdesc="JSON::Parse - Read JSON into a Perl variable"
+arch=('x86_64')
+url="https://metacpan.org/release/JSON-Parse"
+license=('GPL' 'PerlArtistic')
+depends=('perl>=5.10.0')
+options=('!emptydirs')
+source=(https://cpan.metacpan.org/authors/id/B/BK/BKB/JSON-Parse-$pkgver.tar.gz)
+sha256sums=('6273180f9392497401ddd6d820706f5aa86c1be88891dd6aab4d906b5cff66d9')
+
+build() {
+  cd  "$srcdir"/JSON-Parse-$pkgver
+  PERL_MM_USE_DEFAULT=1 perl Makefile.PL INSTALLDIRS=vendor
+  make
+}
+
+package() {
+  cd  "$srcdir"/JSON-Parse-$pkgver
+  make install DESTDIR="$pkgdir"
+  find "$pkgdir" -name '.packlist' -delete
+  find "$pkgdir" -name '*.pod' -delete
+}



More information about the arch-commits mailing list