summaryrefslogtreecommitdiff
path: root/extra/perl-net-dns
diff options
context:
space:
mode:
authorroot <root@rshg054.dnsready.net>2012-06-04 00:01:23 +0000
committerroot <root@rshg054.dnsready.net>2012-06-04 00:01:23 +0000
commit1e6588d64f084decf287a58b7ff93ff0ce4d0446 (patch)
tree29bf5b8778e1eb67871d9e6e8bb6e205bdde5db7 /extra/perl-net-dns
parent80053e720288b6205a59c52c1b31c14a0f830989 (diff)
Mon Jun 4 00:01:23 UTC 2012
Diffstat (limited to 'extra/perl-net-dns')
-rw-r--r--extra/perl-net-dns/PKGBUILD10
1 files changed, 3 insertions, 7 deletions
diff --git a/extra/perl-net-dns/PKGBUILD b/extra/perl-net-dns/PKGBUILD
index e1024c6c1..fcde3f988 100644
--- a/extra/perl-net-dns/PKGBUILD
+++ b/extra/perl-net-dns/PKGBUILD
@@ -1,16 +1,16 @@
-# $Id: PKGBUILD 153680 2012-03-17 20:08:26Z eric $
+# $Id: PKGBUILD 160543 2012-06-02 10:28:00Z bluewind $
# Maintainer: kevin <kevin@archlinux.org>
# Contributor: Manolis Tzanidakis
pkgname=perl-net-dns
_realname=Net-DNS
pkgver=0.68
-pkgrel=1
+pkgrel=2
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>=5.10.0')
+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')
@@ -30,9 +30,5 @@ check() {
package() {
cd "$srcdir/${_realname}-${pkgver}"
make install DESTDIR="${pkgdir}"
-
- # remove perllocal.pod and .packlist
- find "${pkgdir}" -name perllocal.pod -delete
- find "${pkgdir}" -name .packlist -delete
}
# vim: ts=2 sw=2 et ft=sh