summaryrefslogtreecommitdiffstats
path: root/anki-official-binary-bundle
diff options
context:
space:
mode:
authorYigit Sever2023-06-22 16:29:45 +0300
committerYigit Sever2023-06-22 16:29:45 +0300
commitcc7af9f0ba00139d31643fe492fde8df67617dd7 (patch)
tree1920e7d7ddef4895eb882ff6fe3f7ec915de6dff /anki-official-binary-bundle
parent972a5f43efec8469c5958b1d1ad243e045b8207d (diff)
downloadpackages-cc7af9f0ba00139d31643fe492fde8df67617dd7.tar.gz
packages-cc7af9f0ba00139d31643fe492fde8df67617dd7.tar.bz2
packages-cc7af9f0ba00139d31643fe492fde8df67617dd7.zip
anki-official-binary-bundle: Update to 2.1.65-1
upstream release
Diffstat (limited to 'anki-official-binary-bundle')
-rw-r--r--anki-official-binary-bundle/.SRCINFO6
-rw-r--r--anki-official-binary-bundle/PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/anki-official-binary-bundle/.SRCINFO b/anki-official-binary-bundle/.SRCINFO
index effb064..5801778 100644
--- a/anki-official-binary-bundle/.SRCINFO
+++ b/anki-official-binary-bundle/.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.63 3 pkgver = 2.1.65
4 pkgrel = 1 4 pkgrel = 1
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
@@ -12,9 +12,9 @@ pkgbase = anki-official-binary-bundle
12 conflicts = anki 12 conflicts = anki
13 conflicts = anki-bin 13 conflicts = anki-bin
14 conflicts = anki-git 14 conflicts = anki-git
15 source = https://github.com/ankitects/anki/releases/download/2.1.63/anki-2.1.63-linux-qt6.tar.zst 15 source = https://github.com/ankitects/anki/releases/download/2.1.65/anki-2.1.65-linux-qt6.tar.zst
16 source = install_sh.patch 16 source = install_sh.patch
17 sha256sums = 022a0b9b3f27bebbd6d5ce5ee5c61fb3fcc4f98a80e03fd7d8651e92e80e846a 17 sha256sums = 241a96fda08c5324741f9d96318b9591c137fedfe3a0bc5fbc5868eb8233bc38
18 sha256sums = 991297cb02434d753f55980205a22971ed98655b0f62f0104ae4692155355d8c 18 sha256sums = 991297cb02434d753f55980205a22971ed98655b0f62f0104ae4692155355d8c
19 19
20pkgname = anki-official-binary-bundle 20pkgname = anki-official-binary-bundle
diff --git a/anki-official-binary-bundle/PKGBUILD b/anki-official-binary-bundle/PKGBUILD
index 364354b..c86c8cc 100644
--- a/anki-official-binary-bundle/PKGBUILD
+++ b/anki-official-binary-bundle/PKGBUILD
@@ -3,7 +3,7 @@
3 3
4 4
5pkgname=anki-official-binary-bundle 5pkgname=anki-official-binary-bundle
6pkgver=2.1.63 6pkgver=2.1.65
7_pkgname="anki-$pkgver-linux-qt6" 7_pkgname="anki-$pkgver-linux-qt6"
8pkgrel=1 8pkgrel=1
9epoch= 9epoch=
@@ -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=('022a0b9b3f27bebbd6d5ce5ee5c61fb3fcc4f98a80e03fd7d8651e92e80e846a' 25sha256sums=('241a96fda08c5324741f9d96318b9591c137fedfe3a0bc5fbc5868eb8233bc38'
26 '991297cb02434d753f55980205a22971ed98655b0f62f0104ae4692155355d8c') 26 '991297cb02434d753f55980205a22971ed98655b0f62f0104ae4692155355d8c')
27 27
28prepare() { 28prepare() {