qutebrowser: update to 1.3.0
Closes #14182. Signed-off-by: Enno Boland <gottox@voidlinux.eu>
This commit is contained in:
parent
4fd0700992
commit
80b9125332
1 changed files with 3 additions and 2 deletions
|
@ -1,6 +1,6 @@
|
|||
# Template file for 'qutebrowser'
|
||||
pkgname=qutebrowser
|
||||
version=1.2.1
|
||||
version=1.3.0
|
||||
revision=1
|
||||
noarch=yes
|
||||
build_style=python3-module
|
||||
|
@ -12,9 +12,10 @@ depends="python3-setuptools python3-PyQt5-webengine python3-PyQt5-quick
|
|||
short_desc="Keyboard-focused browser with a minimal GUI"
|
||||
maintainer="Eivind Uggedal <eivind@uggedal.com>"
|
||||
license="GPL-3.0-or-later"
|
||||
#changelog="https://raw.githubusercontent.com/qutebrowser/qutebrowser/master/doc/changelog.asciidoc"
|
||||
homepage="https://qutebrowser.org/"
|
||||
distfiles="https://github.com/${pkgname}/${pkgname}/releases/download/v${version}/${pkgname}-${version}.tar.gz"
|
||||
checksum=1ce6cf2634f06d3e715c53b50e4d042ba04aa39207ec318039a2a333e2d46beb
|
||||
checksum=83cf51e934d37ac6fa686ba25878d63ba319b3e548f41f8ea2ee02d393313095
|
||||
|
||||
pre_build() {
|
||||
a2x -f manpage doc/${pkgname}.1.asciidoc
|
||||
|
|
Loading…
Reference in a new issue