Date: Monday, June 30, 2014 @ 06:44:51 Author: fyan Revision: 215623 upgpkg: perl-net-ip 1.26-2
mtree rebuild Modified: perl-net-ip/trunk/PKGBUILD ----------+ PKGBUILD | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2014-06-30 04:44:39 UTC (rev 215622) +++ PKGBUILD 2014-06-30 04:44:51 UTC (rev 215623) @@ -1,15 +1,16 @@ # $Id$ -# Maintainer: Kevin Piche <[email protected]> +# Maintainer: Felix Yan <[email protected]> +# Contributor: Kevin Piche <[email protected]> pkgname=perl-net-ip _realname=Net-IP pkgver=1.26 -pkgrel=1 +pkgrel=2 pkgdesc="Perl Module: Easy manipulation of IPv4 and IPv6 addresses" arch=('any') license=('PerlArtistic') url="http://search.cpan.org/dist/${_realname}/" -depends=('perl>=5.10.0') +depends=('perl') options=(!emptydirs) source=(http://www.cpan.org/authors/id/M/MA/MANU/${_realname}-${pkgver}.tar.gz) md5sums=('3a98e3ac45d69ea38a63a7e678bd716d')
