Qutebrowser: bump version (#5111)

This commit is contained in:
kenmays
2020-06-16 10:45:07 -07:00
committed by GitHub
parent 858590fc3c
commit 2980be810b
2 changed files with 5 additions and 5 deletions

View File

@@ -1,14 +1,14 @@
From f5ae4bd3113ca1d31be0f48887e39092e351dd85 Mon Sep 17 00:00:00 2001
From 342880b65c3203052965da4534bbc9b645f0443c Mon Sep 17 00:00:00 2001
From: Gerasim Troeglazov <3dEyes@gmail.com>
Date: Sun, 21 Apr 2019 22:13:29 +1000
Subject: Disable OpenGL
diff --git a/qutebrowser/misc/earlyinit.py b/qutebrowser/misc/earlyinit.py
index b29e150..ecb2d23 100644
index c02b2f0..02fb0bf 100644
--- a/qutebrowser/misc/earlyinit.py
+++ b/qutebrowser/misc/earlyinit.py
@@ -234,7 +234,6 @@ def check_libraries():
@@ -237,7 +237,6 @@ def check_libraries():
'attr': _missing_str("attrs"),
'PyQt5.QtQml': _missing_str("PyQt5.QtQml"),
'PyQt5.QtSql': _missing_str("PyQt5.QtSql"),
@@ -17,5 +17,5 @@ index b29e150..ecb2d23 100644
_check_modules(modules)
--
2.21.0
2.26.0

View File

@@ -7,7 +7,7 @@ COPYRIGHT="2014-2020 Florian Bruhin (The Compiler)"
LICENSE="GNU GPL v3"
REVISION="1"
SOURCE_URI="https://github.com/qutebrowser/qutebrowser/archive/v$portVersion.tar.gz"
CHECKSUM_SHA256="759852e6e9645fff56cb77510b5cab595d835b6958174effb260785beb597501"
CHECKSUM_SHA256="465a78beefea3bb7bd721609c6f6048e5e38b36518372be157508cd317fbe50e"
PATCHES="qutebrowser-$portVersion.patchset"
PYTHON_VERSION="3.7"
ADDITIONAL_FILES="qutebrowser.rdef.in"