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 09befd4..62c557e 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,16 +1,16 @@
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.14 3 pkgver = 2.1.15
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
7 license = GNU AGPL 7 license = GNU AGPL
8 provides = anki 8 provides = anki
9 conflicts = anki-git 9 conflicts = anki-git
10 source = https://apps.ankiweb.net/downloads/current/anki-2.1.14-linux-amd64.tar.bz2 10 source = https://apps.ankiweb.net/downloads/current/anki-2.1.15-linux-amd64.tar.bz2
11 source = remove_xdg_cmds_from_makefile.patch 11 source = remove_xdg_cmds_from_makefile.patch
12 source = prefix-fix.patch 12 source = prefix-fix.patch
13 md5sums = 9d2ea788073309bbc0f9529f38463797 13 md5sums = 257498db511b0caff35e64290b422176
14 md5sums = 81e1cb8bfb5122319b141ea25e536ef6 14 md5sums = 81e1cb8bfb5122319b141ea25e536ef6
15 md5sums = 82a5d4f63bbc29e6a80043dd95973b4f 15 md5sums = 82a5d4f63bbc29e6a80043dd95973b4f
16 16
diff --git a/PKGBUILD b/PKGBUILD
index cc529ba..a1e3a58 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.14 8pkgver=2.1.15
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."
@@ -32,7 +32,7 @@ source=(
32) 32)
33noextract=() 33noextract=()
34md5sums=( 34md5sums=(
35 '9d2ea788073309bbc0f9529f38463797' 35 '257498db511b0caff35e64290b422176'
36 '81e1cb8bfb5122319b141ea25e536ef6' 36 '81e1cb8bfb5122319b141ea25e536ef6'
37 '82a5d4f63bbc29e6a80043dd95973b4f' 37 '82a5d4f63bbc29e6a80043dd95973b4f'
38) 38)