mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-16 19:50:19 +01:00
network/qutebrowser: Updated for version 1.7.0.
This commit is contained in:
parent
330cd153f2
commit
a96b0b15bc
3 changed files with 5 additions and 6 deletions
|
@ -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.
|
||||
|
|
|
@ -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}
|
||||
|
||||
|
|
|
@ -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"
|
||||
|
|
Loading…
Reference in a new issue