Date: Monday, April 10, 2017 @ 00:09:38 Author: bisson Revision: 292565
upstream update Modified: libedit/trunk/PKGBUILD ----------+ PKGBUILD | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2017-04-09 19:24:15 UTC (rev 292564) +++ PKGBUILD 2017-04-10 00:09:38 UTC (rev 292565) @@ -4,16 +4,16 @@ # Contributor: Roman Cheplyaka <[email protected]> pkgname=libedit -_pkgver=20160903-3.1 +_pkgver=20170329-3.1 pkgver=${_pkgver/-/_} pkgrel=1 pkgdesc='Command line editor library providing generic line editing, history, and tokenization functions' -url='http://www.thrysoee.dk/editline/' +url='http://thrysoee.dk/editline/' arch=('i686' 'x86_64') license=('BSD') depends=('ncurses') -source=("http://www.thrysoee.dk/editline/libedit-${_pkgver}.tar.gz") -sha256sums=('0ccbd2e7d46097f136fcb1aaa0d5bc24e23bb73f57d25bee5a852a683eaa7567') +source=("http://thrysoee.dk/editline/libedit-${_pkgver}.tar.gz") +sha256sums=('91f2d90fbd2a048ff6dad7131d9a39e690fd8a8fd982a353f1333dd4017dd4be') build() { cd "${srcdir}/${pkgname}-${_pkgver}"
