Date: Saturday, January 22, 2022 @ 00:07:50 Author: arojas Revision: 1112930
Update to 0.15.0 Modified: elinks/trunk/PKGBUILD ----------+ PKGBUILD | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2022-01-22 00:04:09 UTC (rev 1112929) +++ PKGBUILD 2022-01-22 00:07:50 UTC (rev 1112930) @@ -5,8 +5,8 @@ # Contributor: Ben <contrasu...@myrealbox.com> pkgname=elinks -pkgver=0.14.3 -pkgrel=2 +pkgver=0.15.0 +pkgrel=1 pkgdesc="An advanced and well-established feature-rich text mode web browser." arch=("x86_64") url="http://elinks.or.cz" @@ -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") -md5sums=('df921e9d3e2dd51a3999a211fa2a0ea4') +md5sums=('52028102283424664c2ac2bdd23e991f') # todo: make it work with a modern 'js' package # (upstream has no interest in writing that)