[arch-commits] Commit in perl-digest-hmac/trunk (PKGBUILD)

Allan McRae allan at archlinux.org
Sat Feb 18 11:57:34 UTC 2012


    Date: Saturday, February 18, 2012 @ 06:57:33
  Author: allan
Revision: 150516

upgpkg: perl-digest-hmac 1.03-2

signing rebuild

Modified:
  perl-digest-hmac/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2012-02-18 11:57:15 UTC (rev 150515)
+++ PKGBUILD	2012-02-18 11:57:33 UTC (rev 150516)
@@ -5,7 +5,7 @@
 pkgname=perl-digest-hmac
 _realname=Digest-HMAC
 pkgver=1.03
-pkgrel=1
+pkgrel=2
 pkgdesc="Perl Module: Keyed-Hashing for Message Authentication."
 arch=('any')
 license=('PerlArtistic')
@@ -22,7 +22,6 @@
   # install module in vendor directories.
   PERL_MM_USE_DEFAULT=1 perl Makefile.PL INSTALLDIRS=vendor
   make
-  #make test
 }
 
 check() {
@@ -32,12 +31,7 @@
 
 package() {
   cd ${srcdir}/${_realname}-${pkgver}
-
   make install DESTDIR=${pkgdir}
-
-  # remove perllocal.pod and .packlist
-  find ${pkgdir} -name perllocal.pod -delete
-  find ${pkgdir} -name .packlist -delete
 }
 
 # vim: ts=2 sw=2 et ft=sh




More information about the arch-commits mailing list