summaryrefslogtreecommitdiffstats
path: root/anki-official-binary-bundle
diff options
context:
space:
mode:
Diffstat (limited to 'anki-official-binary-bundle')
-rw-r--r--anki-official-binary-bundle/.SRCINFO6
-rw-r--r--anki-official-binary-bundle/PKGBUILD9
-rwxr-xr-xanki-official-binary-bundle/update_srcinfo.sh9
3 files changed, 8 insertions, 16 deletions
diff --git a/anki-official-binary-bundle/.SRCINFO b/anki-official-binary-bundle/.SRCINFO
index 5801778..b001845 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.65 3 pkgver = 2.1.66
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.65/anki-2.1.65-linux-qt6.tar.zst 15 source = https://github.com/ankitects/anki/releases/download/2.1.66/anki-2.1.66-linux-qt6.tar.zst
16 source = install_sh.patch 16 source = install_sh.patch
17 sha256sums = 241a96fda08c5324741f9d96318b9591c137fedfe3a0bc5fbc5868eb8233bc38 17 sha256sums = 3f53c42b3d2f6e53f188bae2df842b3f4faa3ac96d26cbcf2f62559988f5c058
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 c86c8cc..07982be 100644
--- a/anki-official-binary-bundle/PKGBUILD
+++ b/anki-official-binary-bundle/PKGBUILD
@@ -1,9 +1,10 @@
1# Maintainer: Kuklin István <kuklinistvan@zoho.com> 1# Maintainer: Yigit Sever <yigit at yigitsever dot com>
2# Maintainer: Aria Moradi <aria.moradi007 at gmail dot com> 2# Contributor: Kuklin István <kuklinistvan@zoho.com>
3# Contributor: Aria Moradi <aria.moradi007 at gmail dot com>
3 4
4 5
5pkgname=anki-official-binary-bundle 6pkgname=anki-official-binary-bundle
6pkgver=2.1.65 7pkgver=2.1.66
7_pkgname="anki-$pkgver-linux-qt6" 8_pkgname="anki-$pkgver-linux-qt6"
8pkgrel=1 9pkgrel=1
9epoch= 10epoch=
@@ -22,7 +23,7 @@ options=()
22install=$pkgname.install 23install=$pkgname.install
23source=("https://github.com/ankitects/anki/releases/download/${pkgver}/${_pkgname}.tar.zst" 24source=("https://github.com/ankitects/anki/releases/download/${pkgver}/${_pkgname}.tar.zst"
24 "install_sh.patch") 25 "install_sh.patch")
25sha256sums=('241a96fda08c5324741f9d96318b9591c137fedfe3a0bc5fbc5868eb8233bc38' 26sha256sums=('3f53c42b3d2f6e53f188bae2df842b3f4faa3ac96d26cbcf2f62559988f5c058'
26 '991297cb02434d753f55980205a22971ed98655b0f62f0104ae4692155355d8c') 27 '991297cb02434d753f55980205a22971ed98655b0f62f0104ae4692155355d8c')
27 28
28prepare() { 29prepare() {
diff --git a/anki-official-binary-bundle/update_srcinfo.sh b/anki-official-binary-bundle/update_srcinfo.sh
deleted file mode 100755
index d34ac7d..0000000
--- a/anki-official-binary-bundle/update_srcinfo.sh
+++ /dev/null
@@ -1,9 +0,0 @@
1#!/bin/sh
2
3DIR="$( cd "$( dirname "${BASH_SOURCE[0]}" )" >/dev/null 2>&1 && pwd )"
4
5echo Updating .SRCINFO
6
7cd "$DIR"
8makepkg --printsrcinfo > .SRCINFO
9git add .SRCINFO