From aad1af88a13eaf0ea047424a2770547afb0ea15f Mon Sep 17 00:00:00 2001 From: Leonid Pliushch Date: Tue, 11 Feb 2020 17:06:23 +0200 Subject: [PATCH] netsurf: reduce length of package description --- x11-packages/netsurf/build.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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"