diff options
| author | Aria Moradi | 2023-05-03 10:22:44 +0330 |
|---|---|---|
| committer | Aria Moradi | 2023-05-03 10:22:44 +0330 |
| commit | 23a82ef8aa6572a85bcfcb99714068291a3c1f26 (patch) | |
| tree | d691913ef53fe63473df05d9837f36976bd8d306 | |
| parent | 10f696ab36a91a0747ec6159a345623e4fb9cf35 (diff) | |
| download | packages-23a82ef8aa6572a85bcfcb99714068291a3c1f26.tar.gz packages-23a82ef8aa6572a85bcfcb99714068291a3c1f26.tar.bz2 packages-23a82ef8aa6572a85bcfcb99714068291a3c1f26.zip | |
fix checksums
| -rw-r--r-- | .SRCINFO | 4 | ||||
| -rw-r--r-- | PKGBUILD | 4 |
2 files changed, 4 insertions, 4 deletions
| @@ -1,7 +1,7 @@ | |||
| 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.62 | 3 | pkgver = 2.1.62 |
| 4 | pkgrel = 1 | 4 | pkgrel = 2 |
| 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 |
| 7 | arch = x86_64 | 7 | arch = x86_64 |
| @@ -14,7 +14,7 @@ pkgbase = anki-official-binary-bundle | |||
| 14 | conflicts = anki-git | 14 | conflicts = anki-git |
| 15 | source = https://github.com/ankitects/anki/releases/download/2.1.62/anki-2.1.62-linux-qt6.tar.zst | 15 | source = https://github.com/ankitects/anki/releases/download/2.1.62/anki-2.1.62-linux-qt6.tar.zst |
| 16 | source = install_sh.patch | 16 | source = install_sh.patch |
| 17 | sha256sums = 7fe3e778fdaf07b1c5c48de6be4ae6fe4caf74166029bbb9a583d4351e5710ee | 17 | sha256sums = becb91fa90ea8cf19e8e5c6b0cf0b12959ef4e29510c61a13030ca490855c554 |
| 18 | sha256sums = 991297cb02434d753f55980205a22971ed98655b0f62f0104ae4692155355d8c | 18 | sha256sums = 991297cb02434d753f55980205a22971ed98655b0f62f0104ae4692155355d8c |
| 19 | 19 | ||
| 20 | pkgname = anki-official-binary-bundle | 20 | pkgname = anki-official-binary-bundle |
| @@ -5,7 +5,7 @@ | |||
| 5 | pkgname=anki-official-binary-bundle | 5 | pkgname=anki-official-binary-bundle |
| 6 | pkgver=2.1.62 | 6 | pkgver=2.1.62 |
| 7 | _pkgname="anki-$pkgver-linux-qt6" | 7 | _pkgname="anki-$pkgver-linux-qt6" |
| 8 | pkgrel=1 | 8 | pkgrel=2 |
| 9 | epoch= | 9 | epoch= |
| 10 | pkgdesc="The official binary shipped with the tested versions of the dependent libraries." | 10 | pkgdesc="The official binary shipped with the tested versions of the dependent libraries." |
| 11 | arch=('x86_64') | 11 | arch=('x86_64') |
| @@ -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=('7fe3e778fdaf07b1c5c48de6be4ae6fe4caf74166029bbb9a583d4351e5710ee' | 25 | sha256sums=('becb91fa90ea8cf19e8e5c6b0cf0b12959ef4e29510c61a13030ca490855c554' |
| 26 | '991297cb02434d753f55980205a22971ed98655b0f62f0104ae4692155355d8c') | 26 | '991297cb02434d753f55980205a22971ed98655b0f62f0104ae4692155355d8c') |
| 27 | 27 | ||
| 28 | prepare() { | 28 | prepare() { |
