[arch-commits] Commit in perl-async-interrupt/trunk (PKGBUILD)

Felix Yan felixonmars at archlinux.org
Fri Jan 19 04:30:31 UTC 2018


    Date: Friday, January 19, 2018 @ 04:30:30
  Author: felixonmars
Revision: 315125

upgpkg: perl-async-interrupt 1.22-1

Modified:
  perl-async-interrupt/trunk/PKGBUILD

----------+
 PKGBUILD |   15 +++++++--------
 1 file changed, 7 insertions(+), 8 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2018-01-18 22:59:59 UTC (rev 315124)
+++ PKGBUILD	2018-01-19 04:30:30 UTC (rev 315125)
@@ -3,9 +3,8 @@
 # Contributor: Justin Davis (juster) <jrcd83 at gmail.com>
 
 pkgname=perl-async-interrupt
-_ver=1.21
-pkgver=1.21
-pkgrel=6
+pkgver=1.22
+pkgrel=1
 pkgdesc='allow C/XS libraries to interrupt perl asynchronously'
 arch=(x86_64)
 license=(PerlArtistic GPL)
@@ -12,11 +11,11 @@
 options=(!emptydirs)
 depends=(perl-common-sense)
 url=https://metacpan.org/release/Async-Interrupt
-source=("http://search.cpan.org/CPAN/authors/id/M/ML/MLEHMANN/Async-Interrupt-$_ver.tar.gz")
-sha512sums=('c8376e00f234398dbbe2eb9ddeeed0a083b1218e8f142b59979647c7c91606a7e7a279301cdf0624ffbf8b81a87404f34700429c02efc5ab815c1d49cb2f1bd9')
+source=("http://search.cpan.org/CPAN/authors/id/M/ML/MLEHMANN/Async-Interrupt-$pkgver.tar.gz")
+sha512sums=('156e123e28113ce6b3ada9788fbcf0ff880065b5bf542ceefc366fc3b2f9e6b1b692cc9cf4751e9e359158633292f6b6e0f8654d1bc7ed04116ae22baba4ff1d')
 
 build() {
-  cd "$srcdir/Async-Interrupt-$_ver"
+  cd "$srcdir/Async-Interrupt-$pkgver"
   export PERL_MM_USE_DEFAULT=1 PERL_AUTOINSTALL=--skipdeps
   unset PERL5LIB PERL_MM_OPT
   /usr/bin/perl Makefile.PL
@@ -24,7 +23,7 @@
 }
 
 check() {
-  cd "$srcdir/Async-Interrupt-$_ver"
+  cd "$srcdir/Async-Interrupt-$pkgver"
   export PERL_MM_USE_DEFAULT=1
   unset PERL5LIB
   make test
@@ -31,7 +30,7 @@
 }
 
 package() {
-  cd "$srcdir/Async-Interrupt-$_ver"
+  cd "$srcdir/Async-Interrupt-$pkgver"
   make install INSTALLDIRS=vendor DESTDIR="$pkgdir"
   find "$pkgdir" -name .packlist -o -name perllocal.pod -delete
 # template start; name=perl-binary-module-dependency; version=1;



More information about the arch-commits mailing list