summaryrefslogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index be4fac3..3712782 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -5,7 +5,7 @@
5pkgname=anki-official-binary-bundle 5pkgname=anki-official-binary-bundle
6pkgver=2.1.62 6pkgver=2.1.62
7_pkgname="anki-$pkgver-linux-qt6" 7_pkgname="anki-$pkgver-linux-qt6"
8pkgrel=1 8pkgrel=2
9epoch= 9epoch=
10pkgdesc="The official binary shipped with the tested versions of the dependent libraries." 10pkgdesc="The official binary shipped with the tested versions of the dependent libraries."
11arch=('x86_64') 11arch=('x86_64')
@@ -22,7 +22,7 @@ options=()
22install=$pkgname.install 22install=$pkgname.install
23source=("https://github.com/ankitects/anki/releases/download/${pkgver}/${_pkgname}.tar.zst" 23source=("https://github.com/ankitects/anki/releases/download/${pkgver}/${_pkgname}.tar.zst"
24 "install_sh.patch") 24 "install_sh.patch")
25sha256sums=('7fe3e778fdaf07b1c5c48de6be4ae6fe4caf74166029bbb9a583d4351e5710ee' 25sha256sums=('becb91fa90ea8cf19e8e5c6b0cf0b12959ef4e29510c61a13030ca490855c554'
26 '991297cb02434d753f55980205a22971ed98655b0f62f0104ae4692155355d8c') 26 '991297cb02434d753f55980205a22971ed98655b0f62f0104ae4692155355d8c')
27 27
28prepare() { 28prepare() {