diff --git a/srcpkgs/qutebrowser/template b/srcpkgs/qutebrowser/template index 12e19d773f4..265fbb7d618 100644 --- a/srcpkgs/qutebrowser/template +++ b/srcpkgs/qutebrowser/template @@ -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 " 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