summaryrefslogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorAria Moradi2023-05-17 00:57:39 +0330
committerAria Moradi2023-05-17 00:57:39 +0330
commit856cf628225ecfbdb0ceb5dd0e8ce741d43799db (patch)
tree8bbfa6028e60101b33cf24eff14e66b481ff3b3d /PKGBUILD
parent23a82ef8aa6572a85bcfcb99714068291a3c1f26 (diff)
downloadpackages-856cf628225ecfbdb0ceb5dd0e8ce741d43799db.tar.gz
packages-856cf628225ecfbdb0ceb5dd0e8ce741d43799db.tar.bz2
packages-856cf628225ecfbdb0ceb5dd0e8ce741d43799db.zip
2.1.63
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD6
1 files changed, 3 insertions, 3 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 3712782..364354b 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,9 +3,9 @@
3 3
4 4
5pkgname=anki-official-binary-bundle 5pkgname=anki-official-binary-bundle
6pkgver=2.1.62 6pkgver=2.1.63
7_pkgname="anki-$pkgver-linux-qt6" 7_pkgname="anki-$pkgver-linux-qt6"
8pkgrel=2 8pkgrel=1
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=('becb91fa90ea8cf19e8e5c6b0cf0b12959ef4e29510c61a13030ca490855c554' 25sha256sums=('022a0b9b3f27bebbd6d5ce5ee5c61fb3fcc4f98a80e03fd7d8651e92e80e846a'
26 '991297cb02434d753f55980205a22971ed98655b0f62f0104ae4692155355d8c') 26 '991297cb02434d753f55980205a22971ed98655b0f62f0104ae4692155355d8c')
27 27
28prepare() { 28prepare() {