diff options
author | Nicolás Reynolds <fauno@kiwwwi.com.ar> | 2012-06-04 13:43:14 -0300 |
---|---|---|
committer | Nicolás Reynolds <fauno@kiwwwi.com.ar> | 2012-06-04 13:43:14 -0300 |
commit | cbba2111ae585b17594535ec01f13bac66937331 (patch) | |
tree | f097dd36996ae3c7c96c9f91c1dd428670572b80 /extra/perl-net-dns | |
parent | abcaa80b2d3bb539503c485bfea891adc7ffc193 (diff) | |
parent | 1e6588d64f084decf287a58b7ff93ff0ce4d0446 (diff) |
Merge branch 'master' of ssh://vparabola/home/parabola/abslibre-pre-mips64el
Conflicts:
community/multipath-tools/PKGBUILD
community/perl-gnome2-wnck/PKGBUILD
community/znc/PKGBUILD
core/openldap/PKGBUILD
extra/mod_perl/PKGBUILD
extra/perl-digest-nilsimsa/PKGBUILD
extra/php/PKGBUILD
extra/pidgin/PKGBUILD
extra/postgresql/PKGBUILD
extra/vim/PKGBUILD
extra/xcb-util-keysyms/PKGBUILD
extra/xcb-util-wm/PKGBUILD
extra/xournal/PKGBUILD
kde-unstable/kdepim/PKGBUILD
multilib/lib32-libx11/PKGBUILD
multilib/lib32-libxft/PKGBUILD
multilib/lib32-xcb-util/PKGBUILD
Diffstat (limited to 'extra/perl-net-dns')
-rw-r--r-- | extra/perl-net-dns/PKGBUILD | 10 |
1 files changed, 3 insertions, 7 deletions
diff --git a/extra/perl-net-dns/PKGBUILD b/extra/perl-net-dns/PKGBUILD index 9971ae8ea..1e1f63808 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' 'mips64el') 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 |