diff options
-rw-r--r-- | .SRCINFO | 6 | ||||
-rw-r--r-- | PKGBUILD | 12 |
2 files changed, 8 insertions, 10 deletions
@@ -1,6 +1,6 @@ | |||
1 | pkgbase = anki-official-binary-bundle | 1 | pkgbase = anki-official-binary-bundle |
2 | pkgdesc = The official binary shipped with the tested versions of the dependent libraries. | 2 | pkgdesc = The official binary shipped with the tested versions of the dependent libraries. |
3 | pkgver = 2.1.57 | 3 | pkgver = 2.1.58 |
4 | pkgrel = 1 | 4 | pkgrel = 1 |
5 | url = https://apps.ankiweb.net | 5 | url = https://apps.ankiweb.net |
6 | install = anki-official-binary-bundle.install | 6 | install = anki-official-binary-bundle.install |
@@ -11,9 +11,9 @@ pkgbase = anki-official-binary-bundle | |||
11 | provides = anki | 11 | provides = anki |
12 | conflicts = anki | 12 | conflicts = anki |
13 | conflicts = anki-git | 13 | conflicts = anki-git |
14 | source = https://github.com/ankitects/anki/releases/download/2.1.57/anki-2.1.57-linux-qt6.tar.zst | 14 | source = https://github.com/ankitects/anki/releases/download/2.1.58/anki-2.1.58-linux-qt6.tar.zst |
15 | source = install_sh.patch | 15 | source = install_sh.patch |
16 | sha256sums = 5bc110c6f74e41160754aa181aefba2cd0072591ac55081dbcdb115ce05550a3 | 16 | sha256sums = f6b94d4a16dda2c09aeb47f8265842d78765de3d83c6a16bdc680e38c59d5c56 |
17 | sha256sums = 991297cb02434d753f55980205a22971ed98655b0f62f0104ae4692155355d8c | 17 | sha256sums = 991297cb02434d753f55980205a22971ed98655b0f62f0104ae4692155355d8c |
18 | 18 | ||
19 | pkgname = anki-official-binary-bundle | 19 | pkgname = anki-official-binary-bundle |
@@ -1,11 +1,9 @@ | |||
1 | # This is an example PKGBUILD file. Use this as a start to creating your own, | ||
2 | # and remove these comments. For more information, see 'man PKGBUILD'. | ||
3 | # NOTE: Please fill out the license field for your package! If it is unknown, | ||
4 | # then please put 'unknown'. | ||
5 | |||
6 | # Maintainer: Kuklin István <kuklinistvan@zoho.com> | 1 | # Maintainer: Kuklin István <kuklinistvan@zoho.com> |
2 | # Maintainer: Aria Moradi <aria.moradi007 at zoho dot com> | ||
3 | |||
4 | |||
7 | pkgname=anki-official-binary-bundle | 5 | pkgname=anki-official-binary-bundle |
8 | pkgver=2.1.57 | 6 | pkgver=2.1.58 |
9 | pkgrel=1 | 7 | pkgrel=1 |
10 | epoch= | 8 | epoch= |
11 | pkgdesc="The official binary shipped with the tested versions of the dependent libraries." | 9 | pkgdesc="The official binary shipped with the tested versions of the dependent libraries." |
@@ -30,7 +28,7 @@ source=( | |||
30 | "install_sh.patch" | 28 | "install_sh.patch" |
31 | ) | 29 | ) |
32 | noextract=() | 30 | noextract=() |
33 | sha256sums=('5bc110c6f74e41160754aa181aefba2cd0072591ac55081dbcdb115ce05550a3' | 31 | sha256sums=('f6b94d4a16dda2c09aeb47f8265842d78765de3d83c6a16bdc680e38c59d5c56' |
34 | '991297cb02434d753f55980205a22971ed98655b0f62f0104ae4692155355d8c') | 32 | '991297cb02434d753f55980205a22971ed98655b0f62f0104ae4692155355d8c') |
35 | 33 | ||
36 | validpgpkeys=() | 34 | validpgpkeys=() |