Date: Saturday, March 12, 2016 @ 12:36:30 Author: spupykin Revision: 166329
upgpkg: perl-curses 1.33-1 upd Modified: perl-curses/trunk/PKGBUILD ----------+ PKGBUILD | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2016-03-12 11:32:31 UTC (rev 166328) +++ PKGBUILD 2016-03-12 11:36:30 UTC (rev 166329) @@ -4,8 +4,8 @@ # Contributor: Francois Charette <[email protected]> pkgname=perl-curses -pkgver=1.32 -pkgrel=3 +pkgver=1.33 +pkgrel=1 pkgdesc="Character screen handling and windowing" arch=('i686' 'x86_64') url="http://search.cpan.org/dist/Curses" @@ -12,8 +12,8 @@ license=('GPL' 'PerlArtistic') depends=('perl' 'ncurses') options=('!emptydirs') -source=(http://www.cpan.org/authors/id/G/GI/GIRAFFED/Curses-$pkgver.tgz) -md5sums=('e4d9066bfc5a69cb2cee3e1dfc3209b3') +source=(http://search.cpan.org/CPAN/authors/id/G/GI/GIRAFFED/Curses-$pkgver.tar.gz) +md5sums=('6dacdfb2afef3bc402b54abe87a4cfb6') build() { cd $srcdir/Curses-$pkgver
