diff options
author | Aria Moradi | 2023-04-01 17:05:27 +0330 |
---|---|---|
committer | Aria Moradi | 2023-04-01 17:05:27 +0330 |
commit | 76dc2426513a91ae6709ffbf2daf91b2a60c6b6a (patch) | |
tree | 1492680a11d565671ee39cc069280478b9afcdc4 | |
parent | 420ad9785b3f30c6543c7b2fa64d2b8e78059204 (diff) | |
download | packages-76dc2426513a91ae6709ffbf2daf91b2a60c6b6a.tar.gz packages-76dc2426513a91ae6709ffbf2daf91b2a60c6b6a.tar.bz2 packages-76dc2426513a91ae6709ffbf2daf91b2a60c6b6a.zip |
2.1.61
-rw-r--r-- | .SRCINFO | 6 | ||||
-rw-r--r-- | PKGBUILD | 4 |
2 files changed, 5 insertions, 5 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.60 | 3 | pkgver = 2.1.61 |
4 | pkgrel = 1 | 4 | pkgrel = 1 |
5 | url = https://github.com/ankitects/anki | 5 | url = https://github.com/ankitects/anki |
6 | install = anki-official-binary-bundle.install | 6 | install = anki-official-binary-bundle.install |
@@ -12,9 +12,9 @@ pkgbase = anki-official-binary-bundle | |||
12 | conflicts = anki | 12 | conflicts = anki |
13 | conflicts = anki-bin | 13 | conflicts = anki-bin |
14 | conflicts = anki-git | 14 | conflicts = anki-git |
15 | source = https://github.com/ankitects/anki/releases/download/2.1.60/anki-2.1.60-linux-qt6.tar.zst | 15 | source = https://github.com/ankitects/anki/releases/download/2.1.61/anki-2.1.61-linux-qt6.tar.zst |
16 | source = install_sh.patch | 16 | source = install_sh.patch |
17 | sha256sums = 21780854c71a6414dab11b5e673ded45a0d0dabb167a5d9c3689dd2b6567cd35 | 17 | sha256sums = 7fe3e778fdaf07b1c5c48de6be4ae6fe4caf74166029bbb9a583d4351e5710ee |
18 | sha256sums = 991297cb02434d753f55980205a22971ed98655b0f62f0104ae4692155355d8c | 18 | sha256sums = 991297cb02434d753f55980205a22971ed98655b0f62f0104ae4692155355d8c |
19 | 19 | ||
20 | pkgname = anki-official-binary-bundle | 20 | pkgname = anki-official-binary-bundle |
@@ -3,7 +3,7 @@ | |||
3 | 3 | ||
4 | 4 | ||
5 | pkgname=anki-official-binary-bundle | 5 | pkgname=anki-official-binary-bundle |
6 | pkgver=2.1.60 | 6 | pkgver=2.1.61 |
7 | _pkgname="anki-$pkgver-linux-qt6" | 7 | _pkgname="anki-$pkgver-linux-qt6" |
8 | pkgrel=1 | 8 | pkgrel=1 |
9 | epoch= | 9 | epoch= |
@@ -22,7 +22,7 @@ options=() | |||
22 | install=$pkgname.install | 22 | install=$pkgname.install |
23 | source=("https://github.com/ankitects/anki/releases/download/${pkgver}/${_pkgname}.tar.zst" | 23 | source=("https://github.com/ankitects/anki/releases/download/${pkgver}/${_pkgname}.tar.zst" |
24 | "install_sh.patch") | 24 | "install_sh.patch") |
25 | sha256sums=('21780854c71a6414dab11b5e673ded45a0d0dabb167a5d9c3689dd2b6567cd35' | 25 | sha256sums=('7fe3e778fdaf07b1c5c48de6be4ae6fe4caf74166029bbb9a583d4351e5710ee' |
26 | '991297cb02434d753f55980205a22971ed98655b0f62f0104ae4692155355d8c') | 26 | '991297cb02434d753f55980205a22971ed98655b0f62f0104ae4692155355d8c') |
27 | 27 | ||
28 | prepare() { | 28 | prepare() { |