qutebrowser: update to 0.11.0 (#6961)
This commit is contained in:
parent
61b020463b
commit
560d8993ec
|
@ -1 +1,2 @@
|
|||
To use the new QtWebEngine backend, install python3-PyQt5-webengine.
|
||||
To use the new QtWebEngine backend, install python3-PyQt5-webengine,
|
||||
python3-PyQt5-opengl and python3-PyOpenGL.
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
# Template file for 'qutebrowser'
|
||||
pkgname=qutebrowser
|
||||
version=0.10.1
|
||||
revision=4
|
||||
version=0.11.0
|
||||
revision=1
|
||||
noarch=yes
|
||||
build_style=python3-module
|
||||
pycompile_module="${pkgname}"
|
||||
|
@ -13,7 +13,7 @@ maintainer="Eivind Uggedal <eivind@uggedal.com>"
|
|||
license="GPL-3"
|
||||
homepage="https://qutebrowser.org/"
|
||||
distfiles="https://github.com/The-Compiler/${pkgname}/releases/download/v${version}/${pkgname}-${version}.tar.gz"
|
||||
checksum=57f4915f0f2b1509f3aa1cb9c47117fdaad35b4c895e9223c4eb0a6e8af51917
|
||||
checksum=dbb7de2d54f3849b03db11c2417a725ab8bf26a8f7f48bfa36ad852a8de9308e
|
||||
|
||||
pre_build() {
|
||||
a2x -f manpage doc/${pkgname}.1.asciidoc
|
||||
|
|
Loading…
Reference in New Issue