network/qutebrowser: Updated for version 1.7.0.

This commit is contained in:
Dave Woodfall 2019-09-05 21:25:04 +01:00 committed by Willy Sudiarto Raharjo
parent 330cd153f2
commit a96b0b15bc
No known key found for this signature in database
GPG key ID: 887B8374D7333381
3 changed files with 5 additions and 6 deletions

View file

@ -13,10 +13,9 @@ qt5-webkit-annulen (for the webkit backend)
NOTE:
pyPEG2 and MarkupSafe both need building for python3:
pyPEG2 needs 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.

View file

@ -22,7 +22,7 @@
# ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
PRGNAM=qutebrowser
VERSION=${VERSION:-1.6.3}
VERSION=${VERSION:-1.7.0}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}

View file

@ -1,8 +1,8 @@
PRGNAM="qutebrowser"
VERSION="1.6.3"
VERSION="1.7.0"
HOMEPAGE="http://qutebrowser.org/"
DOWNLOAD="https://github.com/qutebrowser/qutebrowser/releases/download/v1.6.3/qutebrowser-1.6.3.tar.gz"
MD5SUM="c4c2ecd16a7e41597d806351d5fac386"
DOWNLOAD="https://github.com/qutebrowser/qutebrowser/releases/download/v1.7.0/qutebrowser-1.7.0.tar.gz"
MD5SUM="65ebca69c83e32b754590ce940a1b629"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
REQUIRES="python3-attrs python3-PyYAML Pygments Jinja2 pyPEG2 python3-PyQt5"