summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorKuklin István Alexander2020-08-02 16:31:41 +0200
committerKuklin István Alexander2020-08-02 16:31:41 +0200
commit779836a0ea29dbb31c97c54e538610f7b2022c99 (patch)
tree8ad930c287e054adcb9d790f18420c159dd1412c
parentcf02091e372518b8446c1f4e85e423f205194f32 (diff)
downloadaur-779836a0ea29dbb31c97c54e538610f7b2022c99.tar.gz
2.1.29
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD9
2 files changed, 8 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 44b07fb37f2f..bfedc325b5e6 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.26
+ pkgver = 2.1.29
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.26-linux-amd64.tar.bz2
+ source = https://apps.ankiweb.net/downloads/current/anki-2.1.29-linux-amd64.tar.bz2
source = remove_xdg_cmds_from_makefile.patch
source = prefix-fix.patch
- md5sums = abc1a5d7d82966724ec712924362f481
+ md5sums = 0aaaeb3949ed954825b5d2e9bc0071ef
md5sums = 0eb542757f6b15d9904a53496627c76b
md5sums = 82a5d4f63bbc29e6a80043dd95973b4f
diff --git a/PKGBUILD b/PKGBUILD
index 6a46e3e3d23c..b7e6beb68375 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -5,7 +5,7 @@
# Maintainer: Kuklin István <kuklinistvan@zoho.com>
pkgname=anki-official-binary-bundle
-pkgver=2.1.26
+pkgver=2.1.29
pkgrel=1
epoch=
pkgdesc="The official binary shipped with the tested versions of the dependent libraries."
@@ -31,9 +31,10 @@ source=(
"prefix-fix.patch"
)
noextract=()
-md5sums=('abc1a5d7d82966724ec712924362f481'
- '0eb542757f6b15d9904a53496627c76b'
- '82a5d4f63bbc29e6a80043dd95973b4f')
+md5sums=('0aaaeb3949ed954825b5d2e9bc0071ef'
+ '0eb542757f6b15d9904a53496627c76b'
+ '82a5d4f63bbc29e6a80043dd95973b4f')
+
validpgpkeys=()
prepare() {