summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorKuklin István Alexander2020-04-06 19:18:13 +0200
committerKuklin István Alexander2020-04-06 19:18:13 +0200
commit5c0400fd7695651562f16cd78a4d7cb622d2e07a (patch)
tree48df9702c9bc54000c6726a1e786486666ec57b5
parent34fb19f95caff474170f4bb70bccb46ce105b850 (diff)
downloadaur-5c0400fd7695651562f16cd78a4d7cb622d2e07a.tar.gz
2.1.22
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD10
2 files changed, 7 insertions, 9 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 18c58701908e..9ef023f36332 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,16 +1,16 @@
pkgbase = anki-official-binary-bundle
pkgdesc = The official binary shipped with the tested versions of the dependent libraries.
- pkgver = 2.1.20
+ pkgver = 2.1.22
pkgrel = 1
url = https://apps.ankiweb.net
arch = x86_64
license = GNU AGPL
provides = anki
conflicts = anki-git
- source = https://apps.ankiweb.net/downloads/current/anki-2.1.20-linux-amd64.tar.bz2
+ source = https://apps.ankiweb.net/downloads/current/anki-2.1.22-linux-amd64.tar.bz2
source = remove_xdg_cmds_from_makefile.patch
source = prefix-fix.patch
- md5sums = 3240a13557abc8b94cd90e5d38fb28ee
+ md5sums = d056f300d36d5ce6722653d260deb0fa
md5sums = 0eb542757f6b15d9904a53496627c76b
md5sums = 82a5d4f63bbc29e6a80043dd95973b4f
diff --git a/PKGBUILD b/PKGBUILD
index 6b9024c5d22b..1290e6489fd2 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -5,7 +5,7 @@
# Maintainer: Kuklin István <kuklinistvan@zoho.com>
pkgname=anki-official-binary-bundle
-pkgver=2.1.20
+pkgver=2.1.22
pkgrel=1
epoch=
pkgdesc="The official binary shipped with the tested versions of the dependent libraries."
@@ -31,11 +31,9 @@ source=(
"prefix-fix.patch"
)
noextract=()
-md5sums=(
- '3240a13557abc8b94cd90e5d38fb28ee'
- '0eb542757f6b15d9904a53496627c76b'
- '82a5d4f63bbc29e6a80043dd95973b4f'
-)
+md5sums=('d056f300d36d5ce6722653d260deb0fa'
+ '0eb542757f6b15d9904a53496627c76b'
+ '82a5d4f63bbc29e6a80043dd95973b4f')
validpgpkeys=()
prepare() {