[arch-commits] Commit in perl-json-xs/repos/community-staging-x86_64 (2 files)

Evangelos Foutras foutrelis at archlinux.org
Sat Jun 1 12:56:08 UTC 2019


    Date: Saturday, June 1, 2019 @ 12:56:08
  Author: foutrelis
Revision: 476401

archrelease: copy trunk to community-staging-x86_64

Added:
  perl-json-xs/repos/community-staging-x86_64/PKGBUILD
    (from rev 476400, perl-json-xs/trunk/PKGBUILD)
Deleted:
  perl-json-xs/repos/community-staging-x86_64/PKGBUILD

----------+
 PKGBUILD |   58 +++++++++++++++++++++++++++++-----------------------------
 1 file changed, 29 insertions(+), 29 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2019-06-01 12:56:04 UTC (rev 476400)
+++ PKGBUILD	2019-06-01 12:56:08 UTC (rev 476401)
@@ -1,29 +0,0 @@
-# Maintainer: Sergej Pupykin <pupykin.s+arch at gmail.com>
-# Contributor: Tor Krill <tor at krill.nu>
-
-pkgname=perl-json-xs
-pkgver=4.0
-pkgrel=2
-pkgdesc="JSON::XS - JSON serialising/deserialising, done correctly and fast"
-url="https://search.cpan.org/dist/JSON-XS/"
-license=("GPL")
-arch=('x86_64')
-depends=('perl' 'perl-common-sense' 'perl-types-serialiser')
-makedepends=('perl-canary-stability')
-options=('!emptydirs')
-source=(https://search.cpan.org/CPAN/authors/id/M/ML/MLEHMANN/JSON-XS-$pkgver.tar.gz)
-sha256sums=('479f4afca6d21d679101954a8144cf42e3ff8780c336ea8b748cf2a77ef62804')
-
-build() {
-  cd  "$srcdir"/JSON-XS-$pkgver
-  PERL_CANARY_STABILITY_NOPROMPT=1 \
-  perl Makefile.PL INSTALLDIRS=vendor
-  make
-}
-package() {
-  cd  "$srcdir"/JSON-XS-$pkgver
-  make DESTDIR="$pkgdir" install
-
-  find "$pkgdir" -name '.packlist' -delete && \
-  find "$pkgdir" -name '*.pod' -delete
-}

Copied: perl-json-xs/repos/community-staging-x86_64/PKGBUILD (from rev 476400, perl-json-xs/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2019-06-01 12:56:08 UTC (rev 476401)
@@ -0,0 +1,29 @@
+# Maintainer: Sergej Pupykin <pupykin.s+arch at gmail.com>
+# Contributor: Tor Krill <tor at krill.nu>
+
+pkgname=perl-json-xs
+pkgver=4.0
+pkgrel=3
+pkgdesc="JSON::XS - JSON serialising/deserialising, done correctly and fast"
+url="https://search.cpan.org/dist/JSON-XS/"
+license=("GPL")
+arch=('x86_64')
+depends=('perl' 'perl-common-sense' 'perl-types-serialiser')
+makedepends=('perl-canary-stability')
+options=('!emptydirs')
+source=(https://search.cpan.org/CPAN/authors/id/M/ML/MLEHMANN/JSON-XS-$pkgver.tar.gz)
+sha256sums=('479f4afca6d21d679101954a8144cf42e3ff8780c336ea8b748cf2a77ef62804')
+
+build() {
+  cd  "$srcdir"/JSON-XS-$pkgver
+  PERL_CANARY_STABILITY_NOPROMPT=1 \
+  perl Makefile.PL INSTALLDIRS=vendor
+  make
+}
+package() {
+  cd  "$srcdir"/JSON-XS-$pkgver
+  make DESTDIR="$pkgdir" install
+
+  find "$pkgdir" -name '.packlist' -delete && \
+  find "$pkgdir" -name '*.pod' -delete
+}



More information about the arch-commits mailing list