diff options
Diffstat (limited to 'extra/perl-net-dns/PKGBUILD')
-rw-r--r-- | extra/perl-net-dns/PKGBUILD | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/extra/perl-net-dns/PKGBUILD b/extra/perl-net-dns/PKGBUILD index fcde3f988..5b07942f8 100644 --- a/extra/perl-net-dns/PKGBUILD +++ b/extra/perl-net-dns/PKGBUILD @@ -1,19 +1,19 @@ -# $Id: PKGBUILD 160543 2012-06-02 10:28:00Z bluewind $ +# $Id: PKGBUILD 175933 2013-01-25 04:57:21Z eric $ # Maintainer: kevin <kevin@archlinux.org> # Contributor: Manolis Tzanidakis pkgname=perl-net-dns _realname=Net-DNS -pkgver=0.68 -pkgrel=2 +pkgver=0.72 +pkgrel=1 pkgdesc="Perl Module: Interface to the DNS resolver." arch=('i686' 'x86_64') license=('PerlArtistic') url="http://search.cpan.org/dist/${_realname}/" depends=('perl-digest-hmac' 'perl-net-ip' 'perl') options=('!emptydirs') -source=(http://www.cpan.org/authors/id/O/OL/OLAF/${_realname}-$pkgver.tar.gz) -md5sums=('05c0f6955747758bb5c9578d9bc6c3a5') +source=(http://www.cpan.org/authors/id/N/NL/NLNETLABS/${_realname}-$pkgver.tar.gz) +md5sums=('393e48ec6f28abe5ed30204276e02775') build() { cd "$srcdir/${_realname}-${pkgver}" |