Date: Tuesday, June 17, 2014 @ 07:01:37 Author: fyan Revision: 215237
upgpkg: perl-yaml 0.94-1 Modified: perl-yaml/trunk/PKGBUILD ----------+ PKGBUILD | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2014-06-17 04:54:56 UTC (rev 215236) +++ PKGBUILD 2014-06-17 05:01:37 UTC (rev 215237) @@ -1,9 +1,10 @@ # $Id$ -# Maintainer: Jan de Groot <[email protected]> +# Maintainer: Felix Yan <[email protected]> +# Contributor: Jan de Groot <[email protected]> # Contributor: Charles Mauch <[email protected]> pkgname=perl-yaml -pkgver=0.90 +pkgver=0.94 pkgrel=1 pkgdesc="Perl/CPAN Module YAML : YAML Aint Markup Language" arch=('any') @@ -12,7 +13,7 @@ depends=('perl') options=('!emptydirs') source=(http://www.cpan.org/authors/id/I/IN/INGY/YAML-${pkgver}.tar.gz) -sha1sums=('e531f6060c1f22c35e38df24a7d05a3163c3ca18') +sha1sums=('9cb873c1776843963ec42d90fbec9f511ef0a720') build() { cd YAML-${pkgver}
