Search Criteria
Package Details: anki-git r11208.b7cb0c0d0-1
Package Actions
Git Clone URL: | https://aur.archlinux.org/anki-git.git (read-only, click to copy) |
---|---|
Package Base: | anki-git |
Description: | Helps you remember facts (like words/phrases in a foreign language) efficiently |
Upstream URL: | hhttps://apps.ankiweb.net/ |
Keywords: | anki memorise memory study |
Licenses: | AGPL3 |
Conflicts: | anki, anki-official-binary-bundle, anki20 |
Provides: | anki |
Submitter: | degeberg |
Maintainer: | None |
Last Packager: | 1over137 |
Votes: | 25 |
Popularity: | 0.000024 |
First Submitted: | 2017-02-12 11:51 (UTC) |
Last Updated: | 2025-04-05 15:09 (UTC) |
Dependencies (30)
- python-beautifulsoup4
- python-decorator
- python-distro
- python-flask
- python-flask-cors
- python-jsonschema
- python-markdown
- python-orjson (python-orjson-gitAUR)
- python-pip-system-certsAUR
- python-protobuf (python-protobuf-gitAUR, python-protobuf-21AUR)
- python-pyaudio (python-pyaudio-gitAUR)
- python-pyqt6 (python-pyqt6-pre-releaseAUR)
- python-pyqt6-webengine
- python-pyqtwebengine (python-pyqt5-webengine)
- python-pysocks
- python-requests
- python-send2trash
- python-waitress
- python-wheel
- clang (llvm-gitAUR, clang-minimal-gitAUR, clang17-binAUR) (make)
- Show 10 more dependencies...
Required by (2)
- kindle2anki-git (requires anki)
- subs2srs (requires anki) (optional)
Latest Comments
« First ‹ Previous 1 .. 5 6 7 8 9 10 11 12 Next › Last »
Rumpelstilzchen commented on 2021-02-25 13:35 (UTC)
Great! Thanks for maintaining the package :-)
MartinX3 commented on 2021-02-25 11:27 (UTC)
@Rumpelstilzchen Thank you :) I hope it is now fixed for everyone! :D
Rumpelstilzchen commented on 2021-02-24 18:10 (UTC)
Correct me if I’m wrong, but I think the paths of the three
install
commands inpackage()
are outdated. Instead ofone should have
Without changing them I get the same problem as @MartinX3, while with the new paths the package seems to install fine.
MartinX3 commented on 2021-01-02 11:40 (UTC) (edited on 2021-01-02 11:40 (UTC) by MartinX3)
Ah, now I can finally compile it on my laptop as well
Sadly it stops now with
MartinX3 commented on 2021-01-02 11:34 (UTC)
@misc Thank you and done :)
misc commented on 2020-12-22 20:15 (UTC)
It's possible (not necessary) now to abbreviate the two bazel runs into one
bazel build -c opt dist
.Problematic however is the
.bazelversion
, as it breaks building with higher versions unless manually matched (atm: 3.7.0 → 3.7.2). I guess justrm
'ing the file works, too.MartinX3 commented on 2020-12-10 11:52 (UTC)
Hmm, laptop i7-6700HQ here and my ram isn't full and I compile on a SSD. And since we both use arch we should have the same package versions. Weird.
misc commented on 2020-12-10 03:34 (UTC)
It works fine for me (i7 4770). No idea why it fails for you, sorry.
MartinX3 commented on 2020-12-09 15:10 (UTC)
@misc Thank you, the package() is updated.
But sadly my building hangs at [698 / 1,093] Building rust worker [for host]; 757s linux-sandbox even without the "-c opt" flag
So someone else should test it and report bugs. :)
misc commented on 2020-12-08 00:35 (UTC)
@MartinX3: oof, no idea why it does that for you (you could try compiling without
-c opt
just to see if it works, but the binary will be considerably slower).However, it seems you did not update
package()
— the oldpip install
will fail.« First ‹ Previous 1 .. 5 6 7 8 9 10 11 12 Next › Last »