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

Morten Linderud foxboron at archlinux.org
Sat May 15 21:05:58 UTC 2021


    Date: Saturday, May 15, 2021 @ 21:05:57
  Author: foxboron
Revision: 934783

archrelease: copy trunk to community-x86_64

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

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

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2021-05-15 21:05:49 UTC (rev 934782)
+++ PKGBUILD	2021-05-15 21:05:57 UTC (rev 934783)
@@ -1,27 +0,0 @@
-# $Id$
-# Maintainer: Sergej Pupykin <arch+pub at sergej.pp.ru>
-
-pkgname=perl-json-parse
-pkgver=0.55
-pkgrel=2
-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=('dc9856dbc355114bcb0dc036bb632976b19b88d3a7ad59726f1fa917e7f5d256')
-
-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 934782, perl-json-parse/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2021-05-15 21:05:57 UTC (rev 934783)
@@ -0,0 +1,26 @@
+# Maintainer: Sergej Pupykin <arch+pub at sergej.pp.ru>
+
+pkgname=perl-json-parse
+pkgver=0.55
+pkgrel=3
+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=('dc9856dbc355114bcb0dc036bb632976b19b88d3a7ad59726f1fa917e7f5d256')
+
+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