Skip to content

Commit ce76ebb

Browse files
nazaradehclassabbyamp
authored andcommitted
anki: update to 26.08.1, adopt.
1 parent 3cb63e2 commit ce76ebb

1 file changed

Lines changed: 12 additions & 12 deletions

File tree

srcpkgs/anki/template

Lines changed: 12 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
# Template file for 'anki'
22
pkgname=anki
3-
version=26.05
3+
version=26.08.1
44
revision=1
5-
_anki_core_i18n_commit=af7c60d7f1aa1b831eb3b893558e4c625309ac2b
6-
_anki_desktop_ftl_commit=3a35d0aba2b1d04a69ddb471fb4d62645f6763d3
5+
_anki_core_i18n_commit=63e6bbbac72036efbc5af5d4981c5f8df82b0d5f
6+
_anki_desktop_ftl_commit=e3200e9d730630d03cfdc5fc7511ebb2a6fc575f
77
build_helper="rust"
88
# Leaving out the texlive optional dependency.
99
# Its use case is niche, is a large package, and increases install time significantly.
@@ -22,17 +22,17 @@ depends="lame mpv python3 python3-BeautifulSoup4 python3-decorator
2222
python3-pysocks python3-requests python3-send2trash python3-truststore
2323
python3-typing_extensions python3-waitress qt6-multimedia qt6-svg"
2424
short_desc="Spaced repetition flashcard program"
25-
maintainer="Orphaned <orphan@voidlinux.org>"
25+
maintainer="Aryo Nazaradeh <aryo.nazaradeh@gmail.com>"
2626
license="AGPL-3.0-or-later"
2727
homepage="https://apps.ankiweb.net"
2828
changelog="https://github.com/ankitects/anki/releases"
2929
distfiles="
3030
https://github.com/ankitects/anki/archive/refs/tags/${version}.tar.gz
3131
https://github.com/ankitects/anki-core-i18n/archive/${_anki_core_i18n_commit}.tar.gz>anki-core-i18n-${_anki_core_i18n_commit}.tar.gz
3232
https://github.com/ankitects/anki-desktop-ftl/archive/${_anki_desktop_ftl_commit}.tar.gz>anki-desktop-ftl-${_anki_desktop_ftl_commit}.tar.gz"
33-
checksum="1890f30f04996f87fee2449bd5903156f3e28ea715c0bd307f075777047df101
34-
4900cc528c810b2849561afdd8d6a23653f92fb06562efd07b053bcde8f9fc13
35-
346ef7dc2ab336d645ed8b4e2a47c7546f3b1f1e059a62f2d73d17a0b958c58f"
33+
checksum="28ef4b0d0addc9de43e2075ca020308e42e9676f0750dba6fa51946b1b274fef
34+
16942b3ed939035d5d6e51306f624d40ccdb8e22db122e3106a7be6db609698d
35+
03efa95828f1c03e80c93e16099a40c3d2b6e75608c8c44f662668c1374e2421"
3636

3737
skip_extraction="
3838
anki-core-i18n-${_anki_core_i18n_commit}.tar.gz
@@ -134,11 +134,11 @@ do_install() {
134134
python3 -m installer --destdir="${DESTDIR}" "${file}"
135135
done
136136

137-
vinstall qt/launcher/lin/anki.desktop 644 usr/share/applications
138-
vinstall qt/launcher/lin/anki.png 644 usr/share/pixmaps
139-
vinstall qt/launcher/lin/anki.xpm 644 usr/share/pixmaps
140-
vinstall qt/launcher/lin/anki.xml 644 usr/share/mime/packages
141-
vman qt/launcher/lin/anki.1
137+
vinstall qt/installer/linux-template/'{{ cookiecutter.format }}'/'{{ cookiecutter.app_name }}'/anki.desktop 644 usr/share/applications
138+
vinstall qt/installer/linux-template/'{{ cookiecutter.format }}'/'{{ cookiecutter.app_name }}'/anki.png 644 usr/share/pixmaps
139+
vinstall qt/installer/linux-template/'{{ cookiecutter.format }}'/'{{ cookiecutter.app_name }}'/anki.xpm 644 usr/share/pixmaps
140+
vinstall qt/installer/linux-template/'{{ cookiecutter.format }}'/'{{ cookiecutter.app_name }}'/anki.xml 644 usr/share/mime/packages
141+
vman qt/installer/linux-template/'{{ cookiecutter.format }}'/'{{ cookiecutter.app_name }}'/anki.1
142142
}
143143

144144
post_install() {

0 commit comments

Comments
 (0)