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

Kevin Piché kevin at archlinux.org
Thu Oct 27 02:43:52 UTC 2011


    Date: Wednesday, October 26, 2011 @ 22:43:52
  Author: kevin
Revision: 141233

upgpkg: perl-digest-hmac 1.03-1

Updated to 1.03

Modified:
  perl-digest-hmac/trunk/PKGBUILD

----------+
 PKGBUILD |   14 ++++++++++----
 1 file changed, 10 insertions(+), 4 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2011-10-27 02:34:59 UTC (rev 141232)
+++ PKGBUILD	2011-10-27 02:43:52 UTC (rev 141233)
@@ -4,10 +4,10 @@
 
 pkgname=perl-digest-hmac
 _realname=Digest-HMAC
-pkgver=1.02
-pkgrel=2
+pkgver=1.03
+pkgrel=1
 pkgdesc="Perl Module: Keyed-Hashing for Message Authentication."
-arch=(any)
+arch=('any')
 license=('PerlArtistic')
 url="http://search.cpan.org/dist/${_realname}/"
 depends=('perl-digest-sha1' 'perl>=5.10.0')
@@ -15,13 +15,18 @@
 replaces=('digest-hmac')
 provides=('digest-hmac')
 source=(http://www.cpan.org/authors/id/G/GA/GAAS/${_realname}-${pkgver}.tar.gz)
-md5sums=('64c4b247d83cd64ec32aa22bf58a709b')
+md5sums=('e6a5d6f552da16eacb5157ea4369ff9d')
 
 build() {
   cd ${srcdir}/${_realname}-${pkgver}
   # install module in vendor directories.
   PERL_MM_USE_DEFAULT=1 perl Makefile.PL INSTALLDIRS=vendor
   make
+  #make test
+}
+
+check() {
+  cd ${srcdir}/${_realname}-${pkgver}
   make test
 }
 
@@ -34,4 +39,5 @@
   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