Date: Sunday, January 5, 2020 @ 07:09:11 Author: bisson Revision: 372598
upstream update Modified: libedit/trunk/PKGBUILD ----------+ PKGBUILD | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2020-01-05 06:42:25 UTC (rev 372597) +++ PKGBUILD 2020-01-05 07:09:11 UTC (rev 372598) @@ -3,7 +3,7 @@ # Contributor: Roman Cheplyaka <[email protected]> pkgname=libedit -_pkgver=20191211-3.1 +_pkgver=20191231-3.1 pkgver=${_pkgver/-/_} pkgrel=1 pkgdesc='Command line editor library providing generic line editing, history, and tokenization functions' @@ -12,7 +12,7 @@ license=('BSD') depends=('ncurses') source=("https://thrysoee.dk/editline/libedit-${_pkgver}.tar.gz") -sha256sums=('ea51bf76ab18073debbd0d27e4348bb11cc30cbe6ef15debcde7704b115f41d9') +sha256sums=('dbb82cb7e116a5f8025d35ef5b4f7d4a3cdd0a3909a146a39112095a2d229071') build() { cd "${srcdir}/${pkgname}-${_pkgver}"
