From 049a640f3bfd55cc2927e7cf3b5d56df3f253fc9 Mon Sep 17 00:00:00 2001 From: Byl3x Date: Thu, 28 Jan 2021 15:58:46 +0100 Subject: [PATCH 1/2] qutebrowser: update to 2.0.0 --- srcpkgs/qutebrowser/template | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/srcpkgs/qutebrowser/template b/srcpkgs/qutebrowser/template index 3ff0c7da5f0..c30325b4f22 100644 --- a/srcpkgs/qutebrowser/template +++ b/srcpkgs/qutebrowser/template @@ -1,6 +1,6 @@ # Template file for 'qutebrowser' pkgname=qutebrowser -version=1.14.1 +version=2.0.0 revision=1 build_style=python3-module hostmakedepends="python3-setuptools asciidoc" @@ -13,7 +13,7 @@ license="GPL-3.0-or-later" homepage="https://qutebrowser.org/" changelog="https://raw.githubusercontent.com/qutebrowser/qutebrowser/master/doc/changelog.asciidoc" distfiles="https://github.com/qutebrowser/qutebrowser/releases/download/v${version}/qutebrowser-${version}.tar.gz" -checksum=554c145ff64b1a92d4f53e3c624aaad51baafb7cb5b469bc815ae2e0e1958796 +checksum=bfa1336ec91f3bda946fa2e0634a6931763ae5948e33c3311bd7450fe1fc1c16 nostrip=yes build_options="webengine" From fb9be2f2d2e2fd090a5a4940ce2cff68ae04cb58 Mon Sep 17 00:00:00 2001 From: Byl3x <62291728+Byl3x@users.noreply.github.com> Date: Thu, 28 Jan 2021 16:16:33 +0100 Subject: [PATCH 2/2] add checkdepends line --- srcpkgs/qutebrowser/template | 1 + 1 file changed, 1 insertion(+) diff --git a/srcpkgs/qutebrowser/template b/srcpkgs/qutebrowser/template index c30325b4f22..df1ba019890 100644 --- a/srcpkgs/qutebrowser/template +++ b/srcpkgs/qutebrowser/template @@ -7,6 +7,7 @@ hostmakedepends="python3-setuptools asciidoc" depends="python3-PyQt5-quick python3-Jinja2 python3-Pygments python3-pyPEG2 python3-yaml python3-attrs python3-PyQt5-opengl python3-PyQt5-sql qt5-plugin-sqlite python3-setuptools" + checkdepends="$depends" short_desc="Keyboard-focused browser with a minimal GUI" maintainer="Érico Nogueira " license="GPL-3.0-or-later"