Date: Tuesday, March 18, 2014 @ 17:24:12 Author: bisson Revision: 208194
upstream update Modified: libedit/trunk/PKGBUILD ----------+ PKGBUILD | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2014-03-18 16:19:11 UTC (rev 208193) +++ PKGBUILD 2014-03-18 16:24:12 UTC (rev 208194) @@ -4,7 +4,7 @@ # Contributor: Roman Cheplyaka <[email protected]> pkgname=libedit -pkgver=20130601_3.1 +pkgver=20140213_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=('9c3fe7af5ba3d86c608872de3d6e8179add8cc88') +sha1sums=('759c396a7b33829a995904d8fc595600757f0313') build() { cd "${srcdir}/${pkgname}-${pkgver/_/-}"
