[arch-commits] Commit in libedit/trunk (PKGBUILD)
Gaëtan Bisson
bisson at archlinux.org
Sat Dec 21 02:41:03 UTC 2019
Date: Saturday, December 21, 2019 @ 02:41:03
Author: bisson
Revision: 372011
upstream update
Modified:
libedit/trunk/PKGBUILD
----------+
PKGBUILD | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
Modified: PKGBUILD
===================================================================
--- PKGBUILD 2019-12-21 00:41:28 UTC (rev 372010)
+++ PKGBUILD 2019-12-21 02:41:03 UTC (rev 372011)
@@ -3,7 +3,7 @@
# Contributor: Roman Cheplyaka <roma at ro-che.info>
pkgname=libedit
-_pkgver=20191025-3.1
+_pkgver=20191211-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=('6dff036660d478bfaa14e407fc5de26d22da1087118c897b1a3ad2e90cb7bf39')
+sha256sums=('ea51bf76ab18073debbd0d27e4348bb11cc30cbe6ef15debcde7704b115f41d9')
build() {
cd "${srcdir}/${pkgname}-${_pkgver}"
More information about the arch-commits
mailing list