[arch-commits] Commit in perl-list-allutils/trunk (PKGBUILD)

Sergej Pupykin spupykin at archlinux.org
Fri Oct 14 08:46:30 UTC 2016


    Date: Friday, October 14, 2016 @ 08:46:30
  Author: spupykin
Revision: 192247

upgpkg: perl-list-allutils 0.11-2

upd

Modified:
  perl-list-allutils/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2016-10-14 08:46:24 UTC (rev 192246)
+++ PKGBUILD	2016-10-14 08:46:30 UTC (rev 192247)
@@ -4,19 +4,20 @@
 
 pkgname=perl-list-allutils
 pkgver=0.11
-pkgrel=1
+pkgrel=2
 pkgdesc='Perl package that combines List::Util and List::MoreUtils in one bite-sized package'
 arch=('any')
 url='http://search.cpan.org/dist/List-AllUtils'
 license=('Artistic2.0')
-depends=('perl>=5.19.3' 'perl-list-moreutils>=0.28')
+depends=('perl>=5.19.3' 'perl-list-moreutils>=0.28' 'perl-scalar-list-utils>=1.45'
+	 'perl-list-someutils' 'perl-list-utilsby')
 checkdepends=('perl-test-warnings')
-source=(http://search.cpan.org/CPAN/authors/id/D/DR/DROLSKY/List-AllUtils-0.09.tar.gz)
+source=(http://search.cpan.org/CPAN/authors/id/D/DR/DROLSKY/List-AllUtils-$pkgver.tar.gz)
 options=(!emptydirs)
-md5sums=('3e2dfeeef80c4e1952443c6b7d48583c')
+md5sums=('86b6383af301c6c32d98f3e736055ef9')
 
 build() {
-	cd List-AllUtils-0.09
+	cd List-AllUtils-$pkgver
 	unset PERL5LIB PERL_MM_OPT PERL_LOCAL_LIB_ROOT
 	export PERL_MM_USE_DEFAULT=1 PERL_AUTOINSTALL=--skipdeps
 	/usr/bin/perl Makefile.PL INSTALLDIRS=vendor
@@ -24,7 +25,7 @@
 }
 
 check() {
-	cd List-AllUtils-0.09
+	cd List-AllUtils-$pkgver
 	unset PERL5LIB PERL_MM_OPT PERL_LOCAL_LIB_ROOT
 	export PERL_MM_USE_DEFAULT=1
 	make test
@@ -31,7 +32,7 @@
 }
 
 package() {
-	cd List-AllUtils-0.09
+	cd List-AllUtils-$pkgver
 	unset PERL5LIB PERL_MM_OPT PERL_LOCAL_LIB_ROOT
 	make install DESTDIR="$pkgdir"
 	find "$pkgdir" -name .packlist -o -name perllocal.pod -delete



More information about the arch-commits mailing list