[arch-commits] Commit in perl-async-interrupt/repos/extra-x86_64 (PKGBUILD PKGBUILD)

Felix Yan felixonmars at archlinux.org
Fri May 1 14:40:38 UTC 2020


    Date: Friday, May 1, 2020 @ 14:40:38
  Author: felixonmars
Revision: 382084

archrelease: copy trunk to extra-x86_64

Added:
  perl-async-interrupt/repos/extra-x86_64/PKGBUILD
    (from rev 382083, perl-async-interrupt/trunk/PKGBUILD)
Deleted:
  perl-async-interrupt/repos/extra-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2020-05-01 14:40:22 UTC (rev 382083)
+++ PKGBUILD	2020-05-01 14:40:38 UTC (rev 382084)
@@ -1,31 +0,0 @@
-# Maintainer: Felix Yan <felixonmars at archlinux.org>
-# Contributor: Justin Davis (juster) <jrcd83 at gmail.com>
-
-pkgname=perl-async-interrupt
-pkgver=1.25
-pkgrel=3
-pkgdesc='allow C/XS libraries to interrupt perl asynchronously'
-arch=(x86_64)
-license=(PerlArtistic GPL)
-options=(!emptydirs)
-depends=('perl-canary-stability' 'perl-common-sense')
-url=https://metacpan.org/release/Async-Interrupt
-source=("http://search.cpan.org/CPAN/authors/id/M/ML/MLEHMANN/Async-Interrupt-$pkgver.tar.gz")
-sha512sums=('095fde4dbf8fb9a25cbc9e07d4793f08cab7275148e53293ed3c2849c569e6ed0587ca3c4f7eeeca394f56416bb1303d90607454115792eb9e564d86be89639a')
-
-build() {
-  cd Async-Interrupt-$pkgver
-  PERL_MM_USE_DEFAULT=1 perl Makefile.PL
-  make
-}
-
-check() {
-  cd Async-Interrupt-$pkgver
-  make test
-}
-
-package() {
-  cd Async-Interrupt-$pkgver
-  make install INSTALLDIRS=vendor DESTDIR="$pkgdir"
-  find "$pkgdir" -name .packlist -o -name perllocal.pod -delete
-}

Copied: perl-async-interrupt/repos/extra-x86_64/PKGBUILD (from rev 382083, perl-async-interrupt/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2020-05-01 14:40:38 UTC (rev 382084)
@@ -0,0 +1,31 @@
+# Maintainer: Felix Yan <felixonmars at archlinux.org>
+# Contributor: Justin Davis (juster) <jrcd83 at gmail.com>
+
+pkgname=perl-async-interrupt
+pkgver=1.26
+pkgrel=1
+pkgdesc='allow C/XS libraries to interrupt perl asynchronously'
+arch=(x86_64)
+license=(PerlArtistic GPL)
+options=(!emptydirs)
+depends=('perl-canary-stability' 'perl-common-sense')
+url=https://metacpan.org/release/Async-Interrupt
+source=("https://search.cpan.org/CPAN/authors/id/M/ML/MLEHMANN/Async-Interrupt-$pkgver.tar.gz")
+sha512sums=('7fab1899e11064e1be292eb1c2e149278bfaab5087afcfa6898f9b6095278fa74ebab2114abd69ca0bfbd8028038cdd3df7953e14460c77194ccc7041b87f5c6')
+
+build() {
+  cd Async-Interrupt-$pkgver
+  PERL_MM_USE_DEFAULT=1 perl Makefile.PL
+  make
+}
+
+check() {
+  cd Async-Interrupt-$pkgver
+  make test
+}
+
+package() {
+  cd Async-Interrupt-$pkgver
+  make install INSTALLDIRS=vendor DESTDIR="$pkgdir"
+  find "$pkgdir" -name .packlist -o -name perllocal.pod -delete
+}



More information about the arch-commits mailing list