summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO10
-rw-r--r--PKGBUILD9
-rw-r--r--prefix-fix.patch4
-rw-r--r--remove_xdg_cmds_from_makefile.patch4
4 files changed, 15 insertions, 12 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 6ee8953423f7..ab6952df4a28 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,18 +1,18 @@
pkgbase = anki-official-binary-bundle
pkgdesc = The official binary shipped with the tested versions of the dependent libraries.
- pkgver = 2.1.11
+ pkgver = 2.1.12
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.11-linux-amd64.tar.bz2
+ source = https://apps.ankiweb.net/downloads/current/anki-2.1.12-linux-amd64.tar.bz2
source = remove_xdg_cmds_from_makefile.patch
source = prefix-fix.patch
- md5sums = a1ef83b3f87bf9f3cf6712e6dc06eaf8
- md5sums = afe8bbf18d0b50e57c84208936382fe6
- md5sums = 7c90eebb0ac94923125d3f4d35e7b37d
+ md5sums = 5c0e65479907b178ce7a9cb7db5c8238
+ md5sums = f0aa931cc56a39efa3cef0c2ddbaea78
+ md5sums = 2d79e7014d1242e04dc398415bfdd5d8
pkgname = anki-official-binary-bundle
diff --git a/PKGBUILD b/PKGBUILD
index a777bb56e239..4046121d6e33 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -5,7 +5,7 @@
# Maintainer: Kuklin István <kuklinistvan@zoho.com>
pkgname=anki-official-binary-bundle
-pkgver=2.1.11
+pkgver=2.1.12
pkgrel=1
epoch=
pkgdesc="The official binary shipped with the tested versions of the dependent libraries."
@@ -27,8 +27,11 @@ changelog=
topdirname="anki-$pkgver-linux-amd64"
source=("https://apps.ankiweb.net/downloads/current/${topdirname}.tar.bz2" "remove_xdg_cmds_from_makefile.patch" "prefix-fix.patch")
noextract=()
-md5sums=('a1ef83b3f87bf9f3cf6712e6dc06eaf8' 'afe8bbf18d0b50e57c84208936382fe6'
- '7c90eebb0ac94923125d3f4d35e7b37d')
+md5sums=(
+ '5c0e65479907b178ce7a9cb7db5c8238'
+ 'f0aa931cc56a39efa3cef0c2ddbaea78'
+ '2d79e7014d1242e04dc398415bfdd5d8'
+)
validpgpkeys=()
prepare() {
diff --git a/prefix-fix.patch b/prefix-fix.patch
index 8de672d55660..8c68ba641824 100644
--- a/prefix-fix.patch
+++ b/prefix-fix.patch
@@ -1,5 +1,5 @@
---- anki-2.1.11-linux-amd64/Makefile.orig
-+++ anki-2.1.11-linux-amd64/Makefile
+--- anki-2.1.12-linux-amd64/Makefile.orig
++++ anki-2.1.12-linux-amd64/Makefile
@@ -10,7 +10,7 @@
mkdir -p ${PREFIX}/share/anki
cp -av * ${PREFIX}/share/anki/
diff --git a/remove_xdg_cmds_from_makefile.patch b/remove_xdg_cmds_from_makefile.patch
index b0f4a753242c..fbb96a0a8c34 100644
--- a/remove_xdg_cmds_from_makefile.patch
+++ b/remove_xdg_cmds_from_makefile.patch
@@ -1,5 +1,5 @@
---- anki-2.1.11-linux-amd64/Makefile.old
-+++ anki-2.1.11-linux-amd64/Makefile
+--- anki-2.1.12-linux-amd64/Makefile.old
++++ anki-2.1.12-linux-amd64/Makefile
@@ -20,14 +20,14 @@
mv anki.xpm anki.png ${PREFIX}/share/pixmaps/;\
mv anki.desktop ${PREFIX}/share/applications/;\