summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
author Dave Woodfall2021-03-12 22:26:13 +0100
committer Willy Sudiarto Raharjo2021-03-13 03:02:39 +0100
commit0e63e45ed1256d226a548ff694d48e1b21a85375 (patch)
tree3f71da5b0516ba058314a03b31f715e91e043743
parent0a16ffa83db469afe84bc572aaacd119fd071e53 (diff)
downloadslackbuilds-0e63e45ed1256d226a548ff694d48e1b21a85375.tar.gz
network/qutebrowser: Updated for version 2.1.0.
Signed-off-by: Dave Woodfall <dave@slackbuilds.org> Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
-rw-r--r--network/qutebrowser/README13
-rw-r--r--network/qutebrowser/qutebrowser.SlackBuild4
-rw-r--r--network/qutebrowser/qutebrowser.info8
3 files changed, 9 insertions, 16 deletions
diff --git a/network/qutebrowser/README b/network/qutebrowser/README
index c2a70f0fb8..5d3cf497f4 100644
--- a/network/qutebrowser/README
+++ b/network/qutebrowser/README
@@ -5,15 +5,8 @@ GUI. It's based on Python and PyQt5 and free software,
licensed under the GPL. It was inspired by other
browsers/addons like dwb and Vimperator/Pentadactyl.
-Optional dependency:
+Optional dependencies:
qt5-webkit (for the webkit backend)
-
-NOTE:
-
-pyPEG2 needs building for python3:
-
-PYTHON3=yes ./pyPEG2.SlackBuild
-
-If you are using sbopkg you can add this as an option on
-their pages before starting the build queue.
+Pygments (for the :view-source command with the QtWebKit backend.
+ and with QtWebEngine for ":view-source --pygments")
diff --git a/network/qutebrowser/qutebrowser.SlackBuild b/network/qutebrowser/qutebrowser.SlackBuild
index 206fcd5b5b..0e8647170c 100644
--- a/network/qutebrowser/qutebrowser.SlackBuild
+++ b/network/qutebrowser/qutebrowser.SlackBuild
@@ -22,8 +22,8 @@
# ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
PRGNAM=qutebrowser
-VERSION=${VERSION:-2.0.2}
-BUILD=${BUILD:-2}
+VERSION=${VERSION:-2.1.0}
+BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
if [ -z "$ARCH" ]; then
diff --git a/network/qutebrowser/qutebrowser.info b/network/qutebrowser/qutebrowser.info
index ed94b12ef4..94c78cbba4 100644
--- a/network/qutebrowser/qutebrowser.info
+++ b/network/qutebrowser/qutebrowser.info
@@ -1,10 +1,10 @@
PRGNAM="qutebrowser"
-VERSION="2.0.2"
+VERSION="2.1.0"
HOMEPAGE="http://qutebrowser.org/"
-DOWNLOAD="https://github.com/qutebrowser/qutebrowser/releases/download/v2.0.2/qutebrowser-2.0.2.tar.gz"
-MD5SUM="506184a80f36fc287bf6e52e65eceac8"
+DOWNLOAD="https://github.com/qutebrowser/qutebrowser/releases/download/v2.1.0/qutebrowser-2.1.0.tar.gz"
+MD5SUM="53f05bfeecda9cd646dffa50bf69c6d8"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
-REQUIRES="python3-attrs python3-PyYAML Pygments Jinja2 pyPEG2 python3-PyQtWebEngine python-toml importlib-resources python-zipp"
+REQUIRES="python3-PyYAML Jinja2 python3-PyQtWebEngine python-toml importlib-resources python-zipp"
MAINTAINER="Dave Woodfall"
EMAIL="dave@slackbuilds.org"