Date: Tuesday, May 2, 2023 @ 15:02:31 Author: arojas Revision: 1455851
upgpkg: elinks 0.16.1-1: Update to 0.16.1 Modified: elinks/trunk/PKGBUILD ----------+ PKGBUILD | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2023-05-02 14:57:14 UTC (rev 1455850) +++ PKGBUILD 2023-05-02 15:02:31 UTC (rev 1455851) @@ -5,7 +5,7 @@ # Contributor: Ben <[email protected]> pkgname=elinks -pkgver=0.16.0 +pkgver=0.16.1 pkgrel=1 pkgdesc="Advanced, feature-rich text mode web browser" arch=("x86_64") @@ -14,7 +14,7 @@ depends=('bzip2' 'expat>=2.0' 'gpm>=1.20.4' 'openssl' 'lua' 'libidn' 'gc' 'tre' 'zlib') source=("elinks-$pkgver.tgz::https://github.com/rkd77/elinks/archive/v$pkgver.tar.gz") -sha256sums=('5494a73737eeb182fe2333b74e9b6192170f583c7722a0650dcd14ef088b9dfb') +sha256sums=('f23f25cc036c36d63a39cb9afa44619b8ca022c0a485cdb1ffe16912b42580e1') # todo: make it work with a modern 'js' package # (upstream has no interest in writing that) @@ -28,7 +28,7 @@ --disable-smb --without-x --enable-cgi \ --enable-leds --enable-256-colors --enable-html-highlight \ --with-zlib --with-luapkg=lua54 - make + make -j1 } package() {
