~alpine/aports

community/qutebrowser: upgrade to 2.2.0 v1 APPLIED

Drew DeVault: 1
 community/qutebrowser: upgrade to 2.2.0

 1 files changed, 3 insertions(+), 3 deletions(-)
Export patchset (mbox)
How do I use this?

Copy & paste the following snippet into your terminal to import this patchset into git:

curl -s https://lists.alpinelinux.org/~alpine/aports/patches/3492/mbox | git am -3
Learn more about email & git

[PATCH] community/qutebrowser: upgrade to 2.2.0 Export this patch

---
 community/qutebrowser/APKBUILD | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/community/qutebrowser/APKBUILD b/community/qutebrowser/APKBUILD
index ab0117bf02..032b771459 100644
--- a/community/qutebrowser/APKBUILD
+++ b/community/qutebrowser/APKBUILD
@@ -1,8 +1,8 @@
# Contributor: Leo <thinkabit.ukim@gmail.com>
# Maintainer: Drew DeVault <sir@cmpwn.com>
pkgname=qutebrowser
pkgver=2.1.1
pkgrel=1
pkgver=2.2.0
pkgrel=0
pkgdesc="Keyboard-driven, vim-like browser based on PyQT5"
url="https://qutebrowser.org/"
arch="noarch !s390x !ppc64le !armhf !mips !mips64" # Blocked on mips, s390x and ppc64le by qt5-qtwebengine, on armhf by py3-qt5 -> qt5-qtdeclarative-dev
@@ -39,4 +39,4 @@ package() {
	make -f misc/Makefile DESTDIR="$pkgdir" PREFIX=/usr install
}

sha512sums="85c81454406e25a347866984059923500a23dfe9d2427324d6998a9738962155442b69e3b6318c2683fb7790ba908e8486ea0d42073c38d7a5a1f249577c2b5d  qutebrowser-2.1.1.tar.gz"
sha512sums="79cc35d47a48d4eef8abb95082aa047a63356f53ac94027b48fbd679621f172e5fa4863af21e2398c6ec37b554871ca96e7338381aee2e0b01f6e1d661823fbc  qutebrowser-2.2.0.tar.gz"
-- 
2.31.1