[arch-commits] Commit in elinks/trunk (PKGBUILD)

Antonio Rojas arojas at gemini.archlinux.org
Thu Nov 18 07:44:03 UTC 2021


    Date: Thursday, November 18, 2021 @ 07:44:02
  Author: arojas
Revision: 1052060

Use lua 5.4 (FS#72778)

Modified:
  elinks/trunk/PKGBUILD

----------+
 PKGBUILD |    6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2021-11-18 07:40:23 UTC (rev 1052059)
+++ PKGBUILD	2021-11-18 07:44:02 UTC (rev 1052060)
@@ -6,12 +6,12 @@
 
 pkgname=elinks
 pkgver=0.14.3
-pkgrel=1
+pkgrel=2
 pkgdesc="An advanced and well-established feature-rich text mode web browser."
 arch=("x86_64")
 url="http://elinks.or.cz"
 license=('GPL')
-depends=('bzip2' 'expat>=2.0' 'gpm>=1.20.4' 'openssl' 'lua51' 'libidn'
+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')
@@ -27,7 +27,7 @@
               --sysconfdir=/etc \
               --disable-smb --without-x --enable-cgi \
               --enable-leds --enable-256-colors --enable-html-highlight \
-              --with-zlib
+              --with-zlib --with-luapkg=lua54
   make
 }
 



More information about the arch-commits mailing list