summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO3
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 55afe04..fa510e3 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -3,6 +3,7 @@ pkgbase = anki-official-binary-bundle
3 pkgver = 2.1.53 3 pkgver = 2.1.53
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 arch = x86_64 7 arch = x86_64
7 license = GNU AGPL 8 license = GNU AGPL
8 depends = libxkbcommon-x11 9 depends = libxkbcommon-x11
@@ -13,6 +14,6 @@ pkgbase = anki-official-binary-bundle
13 source = https://github.com/ankitects/anki/releases/download/2.1.53/anki-2.1.53-linux-qt6.tar.zst 14 source = https://github.com/ankitects/anki/releases/download/2.1.53/anki-2.1.53-linux-qt6.tar.zst
14 source = install_sh.patch 15 source = install_sh.patch
15 sha256sums = c9739271c6f2bfbe248c98fd83d5ce8952301f21ac39f2c0504219294557ddfc 16 sha256sums = c9739271c6f2bfbe248c98fd83d5ce8952301f21ac39f2c0504219294557ddfc
16 sha256sums = b6dc61727ad2c2e10fb49cb58d1cd9900aa15eaba525117299a2143ad2745868 17 sha256sums = 991297cb02434d753f55980205a22971ed98655b0f62f0104ae4692155355d8c
17 18
18pkgname = anki-official-binary-bundle 19pkgname = anki-official-binary-bundle
diff --git a/PKGBUILD b/PKGBUILD
index af9fcb2..7c161c9 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -5,7 +5,7 @@
5 5
6# Maintainer: Kuklin István <kuklinistvan@zoho.com> 6# Maintainer: Kuklin István <kuklinistvan@zoho.com>
7pkgname=anki-official-binary-bundle 7pkgname=anki-official-binary-bundle
8pkgver=2.1.53 8pkgver=2.1.54
9pkgrel=1 9pkgrel=1
10epoch= 10epoch=
11pkgdesc="The official binary shipped with the tested versions of the dependent libraries." 11pkgdesc="The official binary shipped with the tested versions of the dependent libraries."
@@ -30,7 +30,7 @@ source=(
30 "install_sh.patch" 30 "install_sh.patch"
31) 31)
32noextract=() 32noextract=()
33sha256sums=('c9739271c6f2bfbe248c98fd83d5ce8952301f21ac39f2c0504219294557ddfc' 33sha256sums=('34586055de1cb44b21ee269267dbf438cb3377cd47e357aafb2f8544885c0ad1'
34 '991297cb02434d753f55980205a22971ed98655b0f62f0104ae4692155355d8c') 34 '991297cb02434d753f55980205a22971ed98655b0f62f0104ae4692155355d8c')
35 35
36validpgpkeys=() 36validpgpkeys=()