summaryrefslogtreecommitdiffstats
path: root/network/qutebrowser
diff options
context:
space:
mode:
Diffstat (limited to 'network/qutebrowser')
-rw-r--r--network/qutebrowser/README18
-rw-r--r--network/qutebrowser/qutebrowser.SlackBuild2
-rw-r--r--network/qutebrowser/qutebrowser.info10
3 files changed, 17 insertions, 13 deletions
diff --git a/network/qutebrowser/README b/network/qutebrowser/README
index 4a069d5633..7eb57d6d16 100644
--- a/network/qutebrowser/README
+++ b/network/qutebrowser/README
@@ -1,14 +1,16 @@
qutebrowser (qt5 keyboard driven webbrowser)
-qutebrowser is a keyboard-focused browser with a minimal 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.
+qutebrowser is a keyboard-focused browser with a minimal
+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:
qt5-webkit-annulen (for the webkit backend)
+
NOTE:
pyPEG2 and MarkupSafe both need building for python3:
@@ -16,11 +18,13 @@ pyPEG2 and MarkupSafe both need building for python3:
PYTHON3=yes ./pyPEG2.SlackBuild
PYTHON3=yes ./MarkupSafe.SlackBuild
-If you are using sbopkg you can add those as options on their
-pages before starting the build queue.
+If you are using sbopkg you can add those as options on
+their pages before starting the build queue.
+
NOTE 2:
-There is a list of changes and fixes for versions on the release page:
+There is a list of changes and fixes for versions on the
+release page:
https://github.com/qutebrowser/qutebrowser/releases
diff --git a/network/qutebrowser/qutebrowser.SlackBuild b/network/qutebrowser/qutebrowser.SlackBuild
index 85c8d66b9d..d5bcf98a9d 100644
--- a/network/qutebrowser/qutebrowser.SlackBuild
+++ b/network/qutebrowser/qutebrowser.SlackBuild
@@ -22,7 +22,7 @@
# ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
PRGNAM=qutebrowser
-VERSION=${VERSION:-1.5.1}
+VERSION=${VERSION:-1.5.2}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
diff --git a/network/qutebrowser/qutebrowser.info b/network/qutebrowser/qutebrowser.info
index 73ddbb5be8..e37c4615fb 100644
--- a/network/qutebrowser/qutebrowser.info
+++ b/network/qutebrowser/qutebrowser.info
@@ -1,10 +1,10 @@
PRGNAM="qutebrowser"
-VERSION="1.5.1"
+VERSION="1.5.2"
HOMEPAGE="http://qutebrowser.org/"
-DOWNLOAD="https://github.com/qutebrowser/qutebrowser/releases/download/v1.5.1/qutebrowser-1.5.1.tar.gz"
-MD5SUM="b4e82adffdc6ee1692e6527df0bab1d0"
+DOWNLOAD="https://github.com/qutebrowser/qutebrowser/releases/download/v1.5.2/qutebrowser-1.5.2.tar.gz"
+MD5SUM="0d295c8c1c02a7ec44431b4624393eb0"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
REQUIRES="python3-attrs python3-PyYAML python3-Pygments python3-Jinja2 pyPEG2 python3-PyQt5"
-MAINTAINER="David Woodfall"
-EMAIL="dave@dawoodfall.net"
+MAINTAINER="Dave Woodfall"
+EMAIL="dave@tty1.uk"