qutebrowser: update to 1.3.2.
Closes #15058. Signed-off-by: Enno Boland <gottox@voidlinux.eu>
This commit is contained in:
parent
db3154d672
commit
699070aad3
1 changed files with 5 additions and 4 deletions
|
@ -1,10 +1,10 @@
|
|||
# Template file for 'qutebrowser'
|
||||
pkgname=qutebrowser
|
||||
version=1.3.1
|
||||
version=1.3.2
|
||||
revision=1
|
||||
noarch=yes
|
||||
build_style=python3-module
|
||||
pycompile_module="${pkgname}"
|
||||
pycompile_module="$pkgname"
|
||||
hostmakedepends="python3-setuptools asciidoc"
|
||||
depends="python3-setuptools python3-PyQt5-webengine python3-PyQt5-quick
|
||||
python3-Jinja2 python3-Pygments python3-pyPEG2 python3-yaml python3-attrs
|
||||
|
@ -12,14 +12,15 @@ 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/"
|
||||
#changelog="https://raw.githubusercontent.com/qutebrowser/qutebrowser/master/doc/changelog.asciidoc"
|
||||
distfiles="https://github.com/${pkgname}/${pkgname}/releases/download/v${version}/${pkgname}-${version}.tar.gz"
|
||||
checksum=7e860d35b0c5acc1b726dae5dd9425e3a14ed2d8a6330ab856add39d48f92e88
|
||||
checksum=ff4bf5f74e6ba4f76e5bee8ab5c370c0fb8bbd99123592262c09605c5065c27f
|
||||
|
||||
pre_build() {
|
||||
a2x -f manpage doc/${pkgname}.1.asciidoc
|
||||
}
|
||||
|
||||
post_install() {
|
||||
vman doc/${pkgname}.1
|
||||
vinstall misc/${pkgname}.desktop 644 usr/share/applications
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue