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

Kyle Keen kkeen at archlinux.org
Wed Jul 12 03:05:48 UTC 2017


    Date: Wednesday, July 12, 2017 @ 03:05:47
  Author: kkeen
Revision: 244753

upgpkg: elinks 0.13-19 rebuild without js185

Modified:
  elinks/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2017-07-12 02:54:28 UTC (rev 244752)
+++ PKGBUILD	2017-07-12 03:05:47 UTC (rev 244753)
@@ -8,17 +8,21 @@
 pkgname=elinks
 pkgver=0.13
 _commit="25c2850b597ee9a89bda8920e7f3d65ac3ac7e01"
-pkgrel=18
+# 2017-03-06 gcc6
+pkgrel=19
 pkgdesc="An advanced and well-established feature-rich text mode web browser."
 arch=("i686" "x86_64")
 url="http://elinks.or.cz"
 license=('GPL')
-depends=('bzip2' 'expat>=2.0' 'gpm>=1.20.4' 'openssl' 'lua51' 'libidn' 'js185'
+depends=('bzip2' 'expat>=2.0' 'gpm>=1.20.4' 'openssl' 'lua51' 'libidn'
 	 'gc' 'tre' 'zlib')
 makedepends=('git')
 source=("git+http://elinks.cz/elinks.git#commit=$_commit")
 md5sums=('SKIP')
 
+# todo: make it work with a modern 'js' package
+# (upstream has no interest in writing that)
+
 build() {
   cd elinks
   sed -i 's/Terminal=1/Terminal=true/' "contrib/debian/$pkgname.desktop"



More information about the arch-commits mailing list