Date: Sunday, May 19, 2013 @ 18:57:14 Author: foutrelis Revision: 185880
upgpkg: perl-digest-sha1 2.13-4 Perl 5.18 rebuild. Modified: perl-digest-sha1/trunk/PKGBUILD ----------+ PKGBUILD | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2013-05-19 16:55:58 UTC (rev 185879) +++ PKGBUILD 2013-05-19 16:57:14 UTC (rev 185880) @@ -1,17 +1,18 @@ # $Id$ -# Maintainer: kevin <[email protected]> +# Maintainer: +# Contributor: kevin <[email protected]> # Contributor: Manolis Tzanidakis pkgname=perl-digest-sha1 _realname=Digest-SHA1 pkgver=2.13 -pkgrel=3 +pkgrel=4 pkgdesc="Perl interface to the SHA-1 Algorithm" arch=(i686 x86_64) license=('PerlArtistic') url="http://search.cpan.org/dist/${_realname}/" depends=('perl') -options=(!emptydirs) +options=('!emptydirs') source=(http://www.cpan.org/authors/id/G/GA/GAAS/${_realname}-${pkgver}.tar.gz) replaces=('digest-sha1') provides=('digest-sha1')
