Date: Wednesday, October 8, 2014 @ 15:34:20 Author: fyan Revision: 120394
upgpkg: perl-yaml-tiny 1.64-1 Modified: perl-yaml-tiny/trunk/PKGBUILD ----------+ PKGBUILD | 10 +++------- 1 file changed, 3 insertions(+), 7 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2014-10-08 11:12:11 UTC (rev 120393) +++ PKGBUILD 2014-10-08 13:34:20 UTC (rev 120394) @@ -1,10 +1,10 @@ # $Id$ -# Maintainer: Felix Yan <[email protected]> +# Maintainer: Felix Yan <[email protected]> # Contributor: AUR Perl <[email protected]> # Generator : CPANPLUS::Dist::Arch 1.15 pkgname=perl-yaml-tiny -pkgver=1.63 +pkgver=1.64 pkgrel=1 pkgdesc="Read/Write YAML files with as little code as possible" arch=('any') @@ -14,7 +14,7 @@ makedepends=('perl-module-build-tiny' 'perl-test-harness') url='http://search.cpan.org/dist/YAML-Tiny' source=("http://search.cpan.org/CPAN/authors/id/E/ET/ETHER/YAML-Tiny-$pkgver.tar.gz") -md5sums=('10835140182ff9a893e8cfc09837cb3e') +md5sums=('5e55c51b46c918ed76b43d29ac4e47b4') build() { ( export PERL_MM_USE_DEFAULT=1 PERL5LIB="" \ @@ -35,8 +35,4 @@ find "$pkgdir" -name .packlist -o -name perllocal.pod -delete } -# Local Variables: -# mode: shell-script -# sh-basic-offset: 2 -# End: # vim:set ts=2 sw=2 et:
