summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 877ff8d..c9da882 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.46 3 pkgver = 2.1.47
4 pkgrel = 1 4 pkgrel = 1
5 url = https://apps.ankiweb.net 5 url = https://apps.ankiweb.net
6 arch = x86_64 6 arch = x86_64
@@ -10,9 +10,9 @@ pkgbase = anki-official-binary-bundle
10 provides = anki 10 provides = anki
11 conflicts = anki 11 conflicts = anki
12 conflicts = anki-git 12 conflicts = anki-git
13 source = https://github.com/ankitects/anki/releases/download/2.1.46/anki-2.1.46-linux.tar.bz2 13 source = https://github.com/ankitects/anki/releases/download/2.1.47/anki-2.1.47-linux.tar.bz2
14 source = install_sh.patch 14 source = install_sh.patch
15 md5sums = 969d53b1097ed9a650b4f43775382c25 15 md5sums = e1ac965b5faaa9795a7634a249b462fa
16 md5sums = 0ffca54471c2b5b2a300a68a93e135db 16 md5sums = 0ffca54471c2b5b2a300a68a93e135db
17 17
18pkgname = anki-official-binary-bundle 18pkgname = anki-official-binary-bundle
diff --git a/PKGBUILD b/PKGBUILD
index ed9bcaf..992badb 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.46 8pkgver=2.1.47
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=()
33md5sums=('969d53b1097ed9a650b4f43775382c25' 33md5sums=('e1ac965b5faaa9795a7634a249b462fa'
34 '0ffca54471c2b5b2a300a68a93e135db') 34 '0ffca54471c2b5b2a300a68a93e135db')
35 35
36validpgpkeys=() 36validpgpkeys=()