Date: Friday, August 12, 2011 @ 15:30:04 Author: bisson Revision: 135318
upstream update Modified: libedit/trunk/PKGBUILD ----------+ PKGBUILD | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2011-08-12 16:53:58 UTC (rev 135317) +++ PKGBUILD 2011-08-12 19:30:04 UTC (rev 135318) @@ -4,7 +4,7 @@ # Contributor: Roman Cheplyaka <r...@ro-che.info> pkgname=libedit -pkgver=20110709_3.0 +pkgver=20110802_3.0 pkgrel=1 pkgdesc='Command line editor library providing generic line editing, history, and tokenization functions' arch=('i686' 'x86_64') @@ -13,7 +13,7 @@ depends=('ncurses') options=('!libtool') source=("http://www.thrysoee.dk/editline/libedit-${pkgver/_/-}.tar.gz") -sha1sums=('63a62e0c52a0a2b3c933f400039e24724498cfb4') +sha1sums=('b06e3cf248a4235617c71454e15ca3a54a61d467') build() { cd "${srcdir}/${pkgname}-${pkgver/_/-}"