qutebrowser: update to 1.0.3 (#8877)
This commit is contained in:
parent
efdb6ba306
commit
4f38fe8875
|
@ -1,7 +1,8 @@
|
|||
# Template file for 'qutebrowser'
|
||||
pkgname=qutebrowser
|
||||
version=1.0.2
|
||||
version=1.0.3
|
||||
revision=1
|
||||
_srcrev=1
|
||||
noarch=yes
|
||||
build_style=python3-module
|
||||
pycompile_module="${pkgname}"
|
||||
|
@ -13,8 +14,8 @@ short_desc="Keyboard-focused browser with a minimal GUI"
|
|||
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=f33281bd6d23bdfad7fbf8b85a01ae9cbc6bd343a957bbebcdd38f9ee8ae7624
|
||||
distfiles="https://github.com/The-Compiler/${pkgname}/releases/download/v${version}/${pkgname}-${version}-${_srcrev}.tar.gz"
|
||||
checksum=577dc83ab7f5ae75026eebc77cde48cb3efb47bfab80a681e5920be7c583a611
|
||||
|
||||
pre_build() {
|
||||
a2x -f manpage doc/${pkgname}.1.asciidoc
|
||||
|
|
Loading…
Reference in New Issue