summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorKuklin István Alexander2020-06-29 10:41:25 +0200
committerKuklin István Alexander2020-06-29 10:41:25 +0200
commitcf02091e372518b8446c1f4e85e423f205194f32 (patch)
tree904c7c5b52e28ee40d1fcdb5fe88481e8c4c096e
parent5c0400fd7695651562f16cd78a4d7cb622d2e07a (diff)
downloadpackages-cf02091e372518b8446c1f4e85e423f205194f32.tar.gz
packages-cf02091e372518b8446c1f4e85e423f205194f32.tar.bz2
packages-cf02091e372518b8446c1f4e85e423f205194f32.zip
2.1.26
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD6
2 files changed, 6 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 9ef023f..44b07fb 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.22 3 pkgver = 2.1.26
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.22-linux-amd64.tar.bz2 10 source = https://apps.ankiweb.net/downloads/current/anki-2.1.26-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 = d056f300d36d5ce6722653d260deb0fa 13 md5sums = abc1a5d7d82966724ec712924362f481
14 md5sums = 0eb542757f6b15d9904a53496627c76b 14 md5sums = 0eb542757f6b15d9904a53496627c76b
15 md5sums = 82a5d4f63bbc29e6a80043dd95973b4f 15 md5sums = 82a5d4f63bbc29e6a80043dd95973b4f
16 16
diff --git a/PKGBUILD b/PKGBUILD
index 1290e64..6a46e3e 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.22 8pkgver=2.1.26
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."
@@ -31,9 +31,9 @@ source=(
31 "prefix-fix.patch" 31 "prefix-fix.patch"
32) 32)
33noextract=() 33noextract=()
34md5sums=('d056f300d36d5ce6722653d260deb0fa' 34md5sums=('abc1a5d7d82966724ec712924362f481'
35 '0eb542757f6b15d9904a53496627c76b' 35 '0eb542757f6b15d9904a53496627c76b'
36 '82a5d4f63bbc29e6a80043dd95973b4f') 36 '82a5d4f63bbc29e6a80043dd95973b4f')
37validpgpkeys=() 37validpgpkeys=()
38 38
39prepare() { 39prepare() {