Date: Saturday, August 16, 2014 @ 02:28:12 Author: bisson Revision: 219762
upstream update Modified: libedit/trunk/PKGBUILD ----------+ PKGBUILD | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2014-08-16 00:14:28 UTC (rev 219761) +++ PKGBUILD 2014-08-16 00:28:12 UTC (rev 219762) @@ -4,7 +4,7 @@ # Contributor: Roman Cheplyaka <[email protected]> pkgname=libedit -pkgver=20140213_3.1 +pkgver=20140620_3.1 pkgrel=1 pkgdesc='Command line editor library providing generic line editing, history, and tokenization functions' url='http://www.thrysoee.dk/editline/' @@ -12,7 +12,7 @@ license=('BSD') depends=('ncurses') source=("http://www.thrysoee.dk/editline/libedit-${pkgver/_/-}.tar.gz") -sha1sums=('759c396a7b33829a995904d8fc595600757f0313') +sha1sums=('9c0fc40ac9336af9af0799bcdfd3537a6ad258ff') build() { cd "${srcdir}/${pkgname}-${pkgver/_/-}"
