summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD12
2 files changed, 8 insertions, 10 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 23d2ca8..2f7c107 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
1pkgbase = anki-official-binary-bundle 1pkgbase = 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.57 3 pkgver = 2.1.58
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 install = anki-official-binary-bundle.install
@@ -11,9 +11,9 @@ pkgbase = anki-official-binary-bundle
11 provides = anki 11 provides = anki
12 conflicts = anki 12 conflicts = anki
13 conflicts = anki-git 13 conflicts = anki-git
14 source = https://github.com/ankitects/anki/releases/download/2.1.57/anki-2.1.57-linux-qt6.tar.zst 14 source = https://github.com/ankitects/anki/releases/download/2.1.58/anki-2.1.58-linux-qt6.tar.zst
15 source = install_sh.patch 15 source = install_sh.patch
16 sha256sums = 5bc110c6f74e41160754aa181aefba2cd0072591ac55081dbcdb115ce05550a3 16 sha256sums = f6b94d4a16dda2c09aeb47f8265842d78765de3d83c6a16bdc680e38c59d5c56
17 sha256sums = 991297cb02434d753f55980205a22971ed98655b0f62f0104ae4692155355d8c 17 sha256sums = 991297cb02434d753f55980205a22971ed98655b0f62f0104ae4692155355d8c
18 18
19pkgname = anki-official-binary-bundle 19pkgname = anki-official-binary-bundle
diff --git a/PKGBUILD b/PKGBUILD
index 2d8ba77..3d072c7 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,11 +1,9 @@
1# This is an example PKGBUILD file. Use this as a start to creating your own,
2# and remove these comments. For more information, see 'man PKGBUILD'.
3# NOTE: Please fill out the license field for your package! If it is unknown,
4# then please put 'unknown'.
5
6# Maintainer: Kuklin István <kuklinistvan@zoho.com> 1# Maintainer: Kuklin István <kuklinistvan@zoho.com>
2# Maintainer: Aria Moradi <aria.moradi007 at zoho dot com>
3
4
7pkgname=anki-official-binary-bundle 5pkgname=anki-official-binary-bundle
8pkgver=2.1.57 6pkgver=2.1.58
9pkgrel=1 7pkgrel=1
10epoch= 8epoch=
11pkgdesc="The official binary shipped with the tested versions of the dependent libraries." 9pkgdesc="The official binary shipped with the tested versions of the dependent libraries."
@@ -30,7 +28,7 @@ source=(
30 "install_sh.patch" 28 "install_sh.patch"
31) 29)
32noextract=() 30noextract=()
33sha256sums=('5bc110c6f74e41160754aa181aefba2cd0072591ac55081dbcdb115ce05550a3' 31sha256sums=('f6b94d4a16dda2c09aeb47f8265842d78765de3d83c6a16bdc680e38c59d5c56'
34 '991297cb02434d753f55980205a22971ed98655b0f62f0104ae4692155355d8c') 32 '991297cb02434d753f55980205a22971ed98655b0f62f0104ae4692155355d8c')
35 33
36validpgpkeys=() 34validpgpkeys=()