Date: Saturday, March 12, 2016 @ 12:37:02 Author: spupykin Revision: 166333
upgpkg: perl-file-remove 1.55-1 upd Modified: perl-file-remove/trunk/PKGBUILD ----------+ PKGBUILD | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2016-03-12 11:36:59 UTC (rev 166332) +++ PKGBUILD 2016-03-12 11:37:02 UTC (rev 166333) @@ -4,8 +4,8 @@ # Contributor: Francois Charette <[email protected]> pkgname=perl-file-remove -pkgver=1.52 -pkgrel=2 +pkgver=1.55 +pkgrel=1 pkgdesc="Remove files and directories" depends=('perl') arch=('any') @@ -12,8 +12,8 @@ url="http://search.cpan.org/dist/File-Remove" license=('GPL' 'PerlArtistic') options=('!emptydirs') -source=(http://www.cpan.org/authors/id/A/AD/ADAMK/File-Remove-$pkgver.tar.gz) -md5sums=('e9d6c33a2aac9789036afb4cc23ed8eb') +source=(http://search.cpan.org/CPAN/authors/id/S/SH/SHLOMIF/File-Remove-$pkgver.tar.gz) +md5sums=('b12cd5a311bcfd96fc08bdcd781a9193') build() { cd $srcdir/File-Remove-$pkgver
