mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-16 20:13:52 +02:00
parent
46441ae7b4
commit
bb4416ca27
1 changed files with 3 additions and 3 deletions
|
@ -1,6 +1,6 @@
|
||||||
# Template file for 'qutebrowser'
|
# Template file for 'qutebrowser'
|
||||||
pkgname=qutebrowser
|
pkgname=qutebrowser
|
||||||
version=1.1.1
|
version=1.1.2
|
||||||
revision=1
|
revision=1
|
||||||
noarch=yes
|
noarch=yes
|
||||||
build_style=python3-module
|
build_style=python3-module
|
||||||
|
@ -11,10 +11,10 @@ depends="python3-setuptools python3-PyQt5-webengine python3-PyQt5-quick
|
||||||
python3-PyQt5-opengl python3-PyQt5-sql qt5-plugin-sqlite dbus"
|
python3-PyQt5-opengl python3-PyQt5-sql qt5-plugin-sqlite dbus"
|
||||||
short_desc="Keyboard-focused browser with a minimal GUI"
|
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.0-or-later"
|
||||||
homepage="https://qutebrowser.org/"
|
homepage="https://qutebrowser.org/"
|
||||||
distfiles="https://github.com/${pkgname}/${pkgname}/releases/download/v${version}/${pkgname}-${version}.tar.gz"
|
distfiles="https://github.com/${pkgname}/${pkgname}/releases/download/v${version}/${pkgname}-${version}.tar.gz"
|
||||||
checksum=bf1e57c8a84abf5065a173498e1ad18608f1537db56fa5274334fbf0f239ca25
|
checksum=d9c4aa30a12ec11dabd93dc7f8aa7f64c22d100d27b8c58194ef838c7e8748fb
|
||||||
|
|
||||||
pre_build() {
|
pre_build() {
|
||||||
a2x -f manpage doc/${pkgname}.1.asciidoc
|
a2x -f manpage doc/${pkgname}.1.asciidoc
|
||||||
|
|
Loading…
Add table
Reference in a new issue