[arch-commits] Commit in netsurf/trunk (PKGBUILD netsurf.sh)

Alexander Rødseth arodseth at archlinux.org
Sun Nov 5 13:29:50 UTC 2017


    Date: Sunday, November 5, 2017 @ 13:29:47
  Author: arodseth
Revision: 265440

upgpkg: netsurf 3.7-2

Modified:
  netsurf/trunk/PKGBUILD
  netsurf/trunk/netsurf.sh

------------+
 PKGBUILD   |   10 +++++-----
 netsurf.sh |    2 +-
 2 files changed, 6 insertions(+), 6 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2017-11-05 13:24:19 UTC (rev 265439)
+++ PKGBUILD	2017-11-05 13:29:47 UTC (rev 265440)
@@ -6,14 +6,14 @@
 
 pkgname=netsurf
 pkgver=3.7
-pkgrel=1
+pkgrel=2
 pkgdesc='Lightweight and fast web browser'
 arch=('x86_64' 'i686')
 url='http://www.netsurf-browser.org/'
 license=('MIT' 'GPL2')
-depends=('curl' 'desktop-file-utils' 'duktape' 'gtk3' 'lcms' 'libcss>=0.7.0'
-         'libdom>=0.3.2' 'libmng' 'libnsbmp>=0.1.4' 'libnsgif>=0.1.4'
-         'libnsutils>=0.0.3' 'librsvg' 'libutf8proc>=1.3.1')
+depends=('curl' 'desktop-file-utils' 'duktape>=2.2.0' 'gtk3' 'lcms'
+         'libcss>=0.7.0' 'libdom>=0.3.2' 'libmng' 'libnsbmp>=0.1.4'
+         'libnsgif>=0.1.4' 'libnsutils>=0.0.3' 'librsvg' 'libutf8proc>=1.3.1')
 makedepends=('check' 'git' 'inetutils' 'netsurf-buildsystem' 'nsgenbind>=0.5'
              'perl-html-parser' 're2c' 'setconf')
 # invalid HTTPS cert
@@ -20,7 +20,7 @@
 source=("http://download.netsurf-browser.org/netsurf/releases/source-full/netsurf-all-$pkgver.tar.gz"
         'netsurf.sh')
 sha256sums=('0b3e78f04728238e4867f2d6505522e777ebafcd0ed02e1e50860885e00a5879'
-            '7ec148aa113d6b3f0ac8051c476db8a1d8201b701b19caa5f87e1a91d8a9543f')
+            '1f1b495af685e611fe4d121c6d48ed63d6dfe0c69bd5637c41cd71b42429fa85')
 
 prepare() {
   cd "$pkgname-all-$pkgver/$pkgname"

Modified: netsurf.sh
===================================================================
--- netsurf.sh	2017-11-05 13:24:19 UTC (rev 265439)
+++ netsurf.sh	2017-11-05 13:29:47 UTC (rev 265440)
@@ -1,5 +1,5 @@
 #!/bin/sh
-local shortlang=`echo $LANG | cut -b1-2`
+shortlang=`echo $LANG | cut -b1-2`
 if [ ! -d "/usr/share/netsurf/$shortlang" ]; then
   # Use /usr/share/netsurf/en
   export LANG=en_US.UTF-8



More information about the arch-commits mailing list