Search Criteria
Package Details: anki 25.02.6-1
Package Actions
Git Clone URL: | https://aur.archlinux.org/anki.git (read-only, click to copy) |
---|---|
Package Base: | anki |
Description: | Helps you remember facts (like words/phrases in a foreign language) efficiently |
Upstream URL: | https://apps.ankiweb.net/ |
Keywords: | anki languages learning vocabulary |
Licenses: | AGPL3 |
Conflicts: | anki-bin, anki-git, anki-qt5 |
Submitter: | demize |
Maintainer: | AlexBocken |
Last Packager: | AlexBocken |
Votes: | 199 |
Popularity: | 7.33 |
First Submitted: | 2021-09-17 22:31 (UTC) |
Last Updated: | 2025-06-01 17:08 (UTC) |
Dependencies (30)
- python (python37AUR)
- python-beautifulsoup4
- python-certifi
- python-decorator
- python-distro
- python-flask-cors
- python-jsonschema
- python-markdown
- python-orjson (python-orjson-gitAUR)
- python-protobuf (python-protobuf-gitAUR, python-protobuf-21AUR)
- python-pyqt6-webengine
- python-pysocks
- python-requests
- python-send2trash
- python-waitress
- qt6-multimedia
- qt6-svg
- cargo (rust-nightly-binAUR, rust-gitAUR, rust-beta-binAUR, rustup-stubAUR, rustup-gitAUR, rust, rustup) (make)
- git (git-gitAUR, git-glAUR) (make)
- mold (mold-gitAUR) (make)
- ninja (ninja-kitwareAUR, ninja-fuchsia-gitAUR, ninja-gitAUR, ninja-jobserverAUR, ninja-memAUR) (make)
- nodejs (nodejs-gitAUR, python-nodejs-wheelAUR, nodejs-lts-hydrogenAUR, nodejs-lts-iron, nodejs-lts-jod) (make)
- python-installer (make)
- python-wheel (make)
- rsync (rsync-gitAUR, rsync-reflink-gitAUR, rsync-reflinkAUR) (make)
- yarn (yarn-pnpm-corepackAUR, yarn-berryAUR, corepackerAUR) (make)
- lame (lame-svnAUR, lame-altivecAUR) (optional) – record sound
- mplayer (mplayer-gui-svnAUR) (optional) – play sound
- mpv (mpv-light-pulseAUR, mpv-gitAUR, mpv-build-gitAUR, mpv-full-luajit-gitAUR, mpv-amd-full-gitAUR, libmpv-gitAUR, mpv-fullAUR, mpv-full-gitAUR, mpv-full-build-gitAUR) (optional) – play sound. prefered over mplayer
- texlive-most (optional) – render LaTex in cards
Required by (2)
- kindle2anki-git
- subs2srs (optional)
Latest Comments
« First ‹ Previous 1 .. 25 26 27 28 29 30 31 32 Next › Last »
jose1711 commented on 2021-09-24 08:50 (UTC)
please update the sums
lolilolicon commented on 2021-09-24 06:35 (UTC) (edited on 2021-09-24 06:37 (UTC) by lolilolicon)
This package right now isn't properly updated.
There're a few other Anki packages in AUR.
If you want to compile Anki from source, try anki-release-source or anki-git.
Otherwise, take the precompiled binaries: anki-official-binary-bundle. Note the installed size of the binary package is about 10x larger.
Try these out & report back if there's any issues.
RefSnow commented on 2021-09-24 05:59 (UTC) (edited on 2021-09-24 06:01 (UTC) by RefSnow)
The same error reported by @dechimp is occurring here.
Come to think of it, it is a little different:
parmesan-grimace commented on 2021-09-23 22:03 (UTC)
The checksum for ankitects-anki-core-i18n-aefd745.tar.gz is not correct.
Other checksums are either correct or skipped (for git and patches), which should be the right way to do things judging by a quick websearch of mine.
After correcting the checksum, I successfully built and installed Anki.
mattalxndr commented on 2021-09-23 21:43 (UTC)
Oh man, I was working through this update (problem with git config and cargo), pre- checksum change. Finally expected it work and it didn't because I'd downloaded the new, broken PKGBUILD by accident. Thought I was going crazy.
tonkku107 commented on 2021-09-23 21:18 (UTC)
Looks like the new maintainer just changed the version numbers and didn't touch any of the build instructions or even try to build it before releasing...
dechimp commented on 2021-09-23 19:14 (UTC)
currently getting an error when updating anki through yay:
AlexBocken commented on 2021-09-21 21:17 (UTC)
Thanks for the catch!
Nocifer commented on 2021-09-21 20:25 (UTC) (edited on 2021-09-21 20:30 (UTC) by Nocifer)
Just a heads-up, there is already an unintended consequence. I should have warned you about it since I've already been bitten by it with another package.
Bazel requires Java 11 to work, but if the system's default Java is a different version (e.g. Java 16 as per the default Arch 'jre-openjdk' package), then even if Java 11 is installed as a make dependency, it won't be present in the PATH and thus Bazel will fail with this error (or at least it does so on my system):
This can be solved in the PKGBUILD by modifying either JAVA_HOME or the system's PATH before running Bazel, e.g. in the latter case:
For whatever reason, when I built this package the other day with babel40-bin I didn't have this issue, that's why I forgot all about it.
AlexBocken commented on 2021-09-21 16:01 (UTC)
Thanks for all the discussion on this. Personally I had issues previously with compiling with bazel 4.2.0 for some reason.
This issue seems to have been on my side as a reinstall has cleared all issues. I would definitely be in favour of using bazel 4.2.0 instead of adding another package to the AUR with bazel40-bin which is not really necessary.
An update to the PKGBUILD is coming right up.
« First ‹ Previous 1 .. 25 26 27 28 29 30 31 32 Next › Last »