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

Felix Yan fyan at nymeria.archlinux.org
Fri May 30 04:35:14 UTC 2014


    Date: Friday, May 30, 2014 @ 06:35:14
  Author: fyan
Revision: 213836

upgpkg: perl-net-dns 0.76_1-1

- new development release to fix failures in 0.76

Modified:
  perl-net-dns/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2014-05-30 04:28:33 UTC (rev 213835)
+++ PKGBUILD	2014-05-30 04:35:14 UTC (rev 213836)
@@ -2,8 +2,8 @@
 # Maintainer: Felix Yan <felixonmars at gmail.com>
 
 pkgname=perl-net-dns
-pkgver=0.76
-pkgrel=2
+pkgver=0.76_1
+pkgrel=1
 pkgdesc="Perl Module: Interface to the DNS resolver"
 arch=('i686' 'x86_64')
 license=('PerlArtistic')
@@ -12,7 +12,7 @@
 checkdepends=('perl-test-pod')
 options=('!emptydirs')
 source=(http://www.cpan.org/authors/id/N/NL/NLNETLABS/Net-DNS-$pkgver.tar.gz)
-sha1sums=('b4cb71eee79b1fc4946fa089741d5992e1a4f122')
+sha1sums=('f719cf72fdc19ed9a78fcd5d381385c620a93548')
 
 build() {
   cd Net-DNS-${pkgver}
@@ -20,10 +20,9 @@
   make
 }
 
-# Test failed on 0.76
 check() {
   cd Net-DNS-${pkgver}
-  make test || warning "Tests failed"
+  make test
 }
 
 package() {




More information about the arch-commits mailing list