[arch-commits] Commit in perl-mail-dkim/trunk (PKGBUILD)

Florian Pritz bluewind at archlinux.org
Wed Jun 6 19:48:58 UTC 2018


    Date: Wednesday, June 6, 2018 @ 19:48:57
  Author: bluewind
Revision: 326065

upgpkg: perl-mail-dkim 0.53-1

upstream update

Modified:
  perl-mail-dkim/trunk/PKGBUILD

----------+
 PKGBUILD |    9 +++++----
 1 file changed, 5 insertions(+), 4 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2018-06-06 19:47:13 UTC (rev 326064)
+++ PKGBUILD	2018-06-06 19:48:57 UTC (rev 326065)
@@ -4,7 +4,7 @@
 # Contributor: Francois Charette <firmicus at gmx.net>
 
 pkgname=perl-mail-dkim
-pkgver=0.52
+pkgver=0.53
 pkgrel=1
 pkgdesc='Signs/verifies Internet mail with DKIM/DomainKey signatures'
 arch=(any)
@@ -15,8 +15,8 @@
 checkdepends=(perl-test-requiresinternet)
 url=https://metacpan.org/release/Mail-DKIM
 source=("http://search.cpan.org/CPAN/authors/id/M/MB/MBRADSHAW/Mail-DKIM-$pkgver.tar.gz")
-md5sums=(f366863f09905bbe5faa1f986133759c)
-sha512sums=(2283e7f2dadfa8fd371d20b56841a434f26bfa37066fd11b1c83d2b96b967be2d90f258913c1653f605677f7b2623adab1352f4e8c740c3bb8b2ad041bc0ceca)
+md5sums=(7f957f68c009e84544993a136d5ded34)
+sha512sums=(d670dafa3408338f9b59629dbd6038e087e1c6a51e9b5dd49fc459110a40d434b68ab75d6b7e065eb261c1bb13c273542a2d3d8034ee32c33b06c0b225f0a7b3)
 _ddir="Mail-DKIM-$pkgver"
 
 build()
@@ -35,7 +35,8 @@
   unset PERL5LIB
 
   # Test fails due to dns errors in chroot. Weird, but works on the host itself...
-  rm t/policy.t
+  # possibly fixed in 0.53 so comment for now
+  #rm t/policy.t
 
   make test
 )



More information about the arch-commits mailing list