diff options
author | Dave Woodfall <dave@tty1.uk> | 2018-11-29 06:06:31 +0000 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2018-12-01 07:27:58 +0700 |
commit | 313be67687dff9b78e8953802a21266f010870df (patch) | |
tree | 5a3bc9e9e6fcdd99426085446a07a7e72eb28c1d /network | |
parent | 6aa49dafac936282dd035e43ee7b95bf84340e3c (diff) | |
download | slackbuilds-313be67687dff9b78e8953802a21266f010870df.tar.gz |
network/qutebrowser: Update to 1.5.2
Diffstat (limited to 'network')
-rw-r--r-- | network/qutebrowser/README | 18 | ||||
-rw-r--r-- | network/qutebrowser/qutebrowser.SlackBuild | 2 | ||||
-rw-r--r-- | network/qutebrowser/qutebrowser.info | 10 |
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" |