qutebrowser: update to 0.9.0
This commit is contained in:
parent
05e781920e
commit
3be1ee45c4
1 changed files with 6 additions and 6 deletions
|
@ -1,19 +1,19 @@
|
|||
# Template file for 'qutebrowser'
|
||||
pkgname=qutebrowser
|
||||
version=0.8.4
|
||||
version=0.9.0
|
||||
revision=1
|
||||
noarch=yes
|
||||
build_style=python3-module
|
||||
pycompile_module="${pkgname}"
|
||||
hostmakedepends="python3-setuptools asciidoc"
|
||||
depends="python3-setuptools python3-PyQt5-webkit python3-Jinja2
|
||||
python3-Pygments python3-pyPEG2 python3-yaml"
|
||||
short_desc="A keyboard-focused browser with a minimal GUI"
|
||||
depends="python3-setuptools python3-PyQt5-webkit python3-PyQt5-quick
|
||||
python3-Jinja2 python3-Pygments python3-pyPEG2 python3-yaml"
|
||||
short_desc="Keyboard-focused browser with a minimal GUI"
|
||||
maintainer="Eivind Uggedal <eivind@uggedal.com>"
|
||||
license="GPL-3"
|
||||
homepage="http://qutebrowser.org/"
|
||||
homepage="https://qutebrowser.org/"
|
||||
distfiles="https://github.com/The-Compiler/${pkgname}/releases/download/v${version}/${pkgname}-${version}.tar.gz"
|
||||
checksum=f5ce98c5bc57ae29dc31f8896fad6911feab91277a9554761126219e0f8e8671
|
||||
checksum=d87df940a74af5114109a7aa1e8bc269216ef7f8e4bd003a34be76d45bf3e7ba
|
||||
|
||||
pre_build() {
|
||||
a2x -f manpage doc/${pkgname}.1.asciidoc
|
||||
|
|
Loading…
Reference in a new issue