Date: Friday, February 14, 2014 @ 04:28:42 Author: eric Revision: 205926
upgpkg: perl-net-dns 0.74-1 Upstream update Modified: perl-net-dns/trunk/PKGBUILD ----------+ PKGBUILD | 9 ++++----- 1 file changed, 4 insertions(+), 5 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2014-02-14 03:22:35 UTC (rev 205925) +++ PKGBUILD 2014-02-14 03:28:42 UTC (rev 205926) @@ -1,11 +1,10 @@ # $Id$ -# Maintainer: kevin <[email protected]> -# Contributor: Manolis Tzanidakis +# Maintainer: pkgname=perl-net-dns -pkgver=0.73 +pkgver=0.74 pkgrel=1 -pkgdesc="Perl Module: Interface to the DNS resolver." +pkgdesc="Perl Module: Interface to the DNS resolver" arch=('i686' 'x86_64') license=('PerlArtistic') url="http://search.cpan.org/dist/Net-DNS/" @@ -13,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=('03c02d04c4346e4a3f52e28885d870b6be96feda') +sha1sums=('1b183448d22ea49bca0c4b85c365af527101a2ae') build() { cd Net-DNS-${pkgver}
