mirror of
https://gitlab.alpinelinux.org/alpine/aports.git
synced 2025-04-12 18:26:39 +02:00
Anki has been dropped from aports in January 2023: https://gitlab.alpinelinux.org/alpine/aports/-/merge_requests/43109 The reason for dropping the package was that the build system was complicated and a flatpak is available. Re-introduce the package, because building it has become a lot easier and an up-to-date flatpak is only available for x86_64.
13 lines
346 B
Diff
13 lines
346 B
Diff
diff --git a/qt/aqt/update.py b/qt/aqt/update.py
|
|
index 212ddf93d..6f716cc04 100644
|
|
--- a/qt/aqt/update.py
|
|
+++ b/qt/aqt/update.py
|
|
@@ -11,6 +11,8 @@ from aqt.utils import openLink, show_warning, showText, tr
|
|
|
|
|
|
def check_for_update() -> None:
|
|
+ return
|
|
+
|
|
from aqt import mw
|
|
|
|
def do_check(_col: Collection) -> CheckForUpdateResponse:
|