diff --git a/x11-packages/netsurf/build.sh b/x11-packages/netsurf/build.sh index b99545bfd..eca75fc17 100644 --- a/x11-packages/netsurf/build.sh +++ b/x11-packages/netsurf/build.sh @@ -1,9 +1,9 @@ TERMUX_PKG_HOMEPAGE=http://www.netsurf-browser.org/ -TERMUX_PKG_DESCRIPTION="NetSurf is a free, open source web browser. It is written in C and released under the GNU Public Licence version 2. NetSurf has its own layout and rendering engine entirely written from scratch. It is small and capable of handling many of the web standards in use today." +TERMUX_PKG_DESCRIPTION="NetSurf is a free, open source web browser" TERMUX_PKG_LICENSE="GPL-2.0" TERMUX_PKG_MAINTAINER="Leonid Plyushch " TERMUX_PKG_VERSION=3.9 -TERMUX_PKG_REVISION=5 +TERMUX_PKG_REVISION=6 TERMUX_PKG_SRCURL=http://download.netsurf-browser.org/netsurf/releases/source-full/netsurf-all-${TERMUX_PKG_VERSION}.tar.gz TERMUX_PKG_SHA256=11e384eaf47e65c186da5001f1055a02f2d72ff17b50f403b8392546a2cf65ff TERMUX_PKG_DEPENDS="desktop-file-utils, exo, libjpeg-turbo, libpng, gtk3, openssl, libcurl, libiconv, libwebp"