Date: Sunday, June 2, 2013 @ 05:20:13 Author: bisson Revision: 186971
upstream update Modified: libedit/trunk/PKGBUILD ----------+ PKGBUILD | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2013-06-01 21:56:36 UTC (rev 186970) +++ PKGBUILD 2013-06-02 03:20:13 UTC (rev 186971) @@ -4,7 +4,7 @@ # Contributor: Roman Cheplyaka <r...@ro-che.info> pkgname=libedit -pkgver=20120601_3.0 +pkgver=20130601_3.1 pkgrel=1 pkgdesc='Command line editor library providing generic line editing, history, and tokenization functions' url='http://www.thrysoee.dk/editline/' @@ -13,7 +13,7 @@ depends=('ncurses') options=('!libtool') source=("http://www.thrysoee.dk/editline/libedit-${pkgver/_/-}.tar.gz") -sha1sums=('18ec27120f6abb222754e9f283d000fec0dcfc08') +sha1sums=('9c3fe7af5ba3d86c608872de3d6e8179add8cc88') build() { cd "${srcdir}/${pkgname}-${pkgver/_/-}"