Package Details: anki-qt5 24.04.1-1

Git Clone URL: https://aur.archlinux.org/anki-qt5.git (read-only, click to copy)
Package Base: anki-qt5
Description: Helps you remember facts (like words/phrases in a foreign language) - Qt5 Build
Upstream URL: https://apps.ankiweb.net/
Keywords: anki languages learning vocabulary
Licenses: AGPL3
Conflicts: anki, anki-bin, anki-git
Provides: anki
Submitter: AlexBocken
Maintainer: AlexBocken
Last Packager: AlexBocken
Votes: 5
Popularity: 0.173427
First Submitted: 2022-05-28 19:05 (UTC)
Last Updated: 2024-04-19 07:41 (UTC)

Latest Comments

AlexBocken commented on 2023-05-24 10:53 (UTC)

With 2.1.64 major enhancements were made to the PKGBUILD. See https://aur.archlinux.org/packages/anki#comment-916346 for more info

AlexBocken commented on 2023-05-24 10:23 (UTC)

@GTP Hmmm... I've been trying to optimize the build better than the anki devs do in their releases. a cargo build --release does not compile for me sadly.

GTP commented on 2023-05-23 10:04 (UTC) (edited on 2023-05-23 10:05 (UTC) by GTP)

It seems that your installation script is compiling this as a development build:

 Finished dev [unoptimized + debuginfo] target(s) in 41.25s

You should instead make cargo produce a release build.

AlexBocken commented on 2023-04-02 13:03 (UTC)

If your build aborts due to "unknown public key" like this:

==> Verifying source file signatures with gpg...
    anki git repo ... FAILED (unknown public key C0A351979B37E3B9)
==> ERROR: One or more PGP signatures could not be verified!

Please manually import this key once via gpg --receive-keys <key-id> as below.

✖ 1 anki ❯❯❯ gpg --receive-keys C0A351979B37E3B9
gpg: key 3F5566A2D16899FB: public key "Anki Signatures <gpg@ankiweb.net>" imported
gpg: Total number processed: 1
gpg:               imported: 1

This is best practice for packages to ensure security.

Toku commented on 2023-03-16 14:28 (UTC) (edited on 2023-03-16 14:28 (UTC) by Toku)

Module "PyQt5.QtWebEngineWidgets" moved from to "PyQtWebEngine".

Module "PyQtWebEngine" throws errors when installed over pip.

Fix it by:

sudo pip uninstall pyqt5

sudo pacman -S pyqt5 (choose default)

0x9fff00 commented on 2022-12-20 11:06 (UTC)

Thanks, I can confirm that it builds now

AlexBocken commented on 2022-12-20 09:44 (UTC)

Should build in a clean chroot now since -5. Please let me know if you have any issues with building this package.

0x9fff00 commented on 2022-12-17 15:07 (UTC) (edited on 2022-12-17 15:07 (UTC) by 0x9fff00)

Fails to build in a clean chroot: https://gist.github.com/0x9fff00/2bf52ea5d9a9ba8c4e68eba7c2b67197

AlexBocken commented on 2022-05-30 06:41 (UTC)

updated, sorry for that

Munzu commented on 2022-05-29 06:58 (UTC)

Thanks for making the package. Can you make it so anki and anki-qt5 conflict with one another? I tried installing this package without removing anki and got these errors:

error: failed to commit transaction (conflicting files)
anki-qt5: /usr/bin/anki exists in filesystem (owned by anki)
...