Date: Sunday, June 20, 2021 @ 17:07:04 Author: arojas Revision: 965997
Update to 0.14.1 Modified: elinks/trunk/PKGBUILD ----------+ PKGBUILD | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2021-06-20 17:03:21 UTC (rev 965996) +++ PKGBUILD 2021-06-20 17:07:04 UTC (rev 965997) @@ -5,7 +5,7 @@ # Contributor: Ben <[email protected]> pkgname=elinks -pkgver=0.14.0 +pkgver=0.14.1 pkgrel=1 pkgdesc="An advanced and well-established feature-rich text mode web browser." arch=("x86_64") @@ -14,7 +14,7 @@ depends=('bzip2' 'expat>=2.0' 'gpm>=1.20.4' 'openssl' 'lua51' 'libidn' 'gc' 'tre' 'zlib') source=("elinks-$pkgver.tgz::https://github.com/rkd77/elinks/archive/v$pkgver.tar.gz") -md5sums=('97aebd597cea4e4094974ad4c3f07068') +md5sums=('2f6a707fd7867893515c37fe86a4a744') # todo: make it work with a modern 'js' package # (upstream has no interest in writing that)
