[arch-commits] Commit in perl-net-dns-resolver-mock/trunk (PKGBUILD)

Florian Pritz bluewind at archlinux.org
Sat Feb 22 12:35:36 UTC 2020


    Date: Saturday, February 22, 2020 @ 12:35:36
  Author: bluewind
Revision: 376041

upgpkg: perl-net-dns-resolver-mock 1.20200215-1: upstream update

Modified:
  perl-net-dns-resolver-mock/trunk/PKGBUILD

----------+
 PKGBUILD |   12 ++++++------
 1 file changed, 6 insertions(+), 6 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2020-02-22 12:33:30 UTC (rev 376040)
+++ PKGBUILD	2020-02-22 12:35:36 UTC (rev 376041)
@@ -1,8 +1,8 @@
 # Maintainer: Florian Pritz <bluewind at xinu.at>
 
 pkgname=perl-net-dns-resolver-mock
-pkgver=1.20171219
-pkgrel=3
+pkgver=1.20200215
+pkgrel=1
 pkgdesc='Mock a DNS Resolver object for testing'
 arch=(any)
 license=(PerlArtistic GPL)
@@ -9,10 +9,11 @@
 options=(!emptydirs)
 depends=(perl-net-dns)
 makedepends=('perl>=5.6')
+checkdepends=(perl-test-exception)
 url=https://metacpan.org/release/Net-DNS-Resolver-Mock
-source=("https://search.cpan.org/CPAN/authors/id/M/MB/MBRADSHAW/Net-DNS-Resolver-Mock-$pkgver.tar.gz")
-md5sums=(a63fbe22f39676df034e02486b3d3f83)
-sha512sums=(4c028edc162e7dbf5804d19f35e761086933bf1fbfc84182ad2ab0f3db356ff3f30c280e734e4c85f737ff377350149c559459c0c77d36ef3313c96c1bf046c8)
+source=("https://cpan.metacpan.org/authors/id/M/MB/MBRADSHAW/Net-DNS-Resolver-Mock-$pkgver.tar.gz")
+md5sums=(95319f092cdfe55fb5a68067d4b29604)
+sha512sums=(92ac244dc2a7b939b1e8e8c71eb9ce65fdf1494dd08c62e6fc3720ffa82acc7c354bd7dcb8c77d9e52ee132773864b4b3ba869303af7363001ff5e9125c06802)
 _ddir="Net-DNS-Resolver-Mock-$pkgver"
 
 build()
@@ -36,7 +37,6 @@
 (
   cd "$srcdir/$_ddir"
   make install INSTALLDIRS=vendor DESTDIR="$pkgdir"
-  find "$pkgdir" -name .packlist -o -name perllocal.pod -delete
 )
 
 # Local Variables:



More information about the arch-commits mailing list