qutebrowser: update to 1.0.4 (#9601)

This commit is contained in:
Felix Van der Jeugt 2017-11-28 11:49:50 +01:00 committed by Juan RP
parent 8b4da68ad0
commit eb4f20d07f
1 changed files with 3 additions and 4 deletions

View File

@ -1,8 +1,7 @@
# Template file for 'qutebrowser' # Template file for 'qutebrowser'
pkgname=qutebrowser pkgname=qutebrowser
version=1.0.3 version=1.0.4
revision=1 revision=1
_srcrev=1
noarch=yes noarch=yes
build_style=python3-module build_style=python3-module
pycompile_module="${pkgname}" pycompile_module="${pkgname}"
@ -14,8 +13,8 @@ short_desc="Keyboard-focused browser with a minimal GUI"
maintainer="Eivind Uggedal <eivind@uggedal.com>" maintainer="Eivind Uggedal <eivind@uggedal.com>"
license="GPL-3" license="GPL-3"
homepage="https://qutebrowser.org/" homepage="https://qutebrowser.org/"
distfiles="https://github.com/The-Compiler/${pkgname}/releases/download/v${version}/${pkgname}-${version}-${_srcrev}.tar.gz" distfiles="https://github.com/${pkgname}/${pkgname}/releases/download/v${version}/${pkgname}-${version}.tar.gz"
checksum=577dc83ab7f5ae75026eebc77cde48cb3efb47bfab80a681e5920be7c583a611 checksum=79d2c1bb3372ff1f08b88e22ae0581ff1de67b3b818e896bac6e9190f2cb1f7d
pre_build() { pre_build() {
a2x -f manpage doc/${pkgname}.1.asciidoc a2x -f manpage doc/${pkgname}.1.asciidoc