summaryrefslogtreecommitdiffstats
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 6ee8953..ab6952d 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,18 +1,18 @@
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.11 3 pkgver = 2.1.12
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.11-linux-amd64.tar.bz2 10 source = https://apps.ankiweb.net/downloads/current/anki-2.1.12-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 = a1ef83b3f87bf9f3cf6712e6dc06eaf8 13 md5sums = 5c0e65479907b178ce7a9cb7db5c8238
14 md5sums = afe8bbf18d0b50e57c84208936382fe6 14 md5sums = f0aa931cc56a39efa3cef0c2ddbaea78
15 md5sums = 7c90eebb0ac94923125d3f4d35e7b37d 15 md5sums = 2d79e7014d1242e04dc398415bfdd5d8
16 16
17pkgname = anki-official-binary-bundle 17pkgname = anki-official-binary-bundle
18 18
diff --git a/PKGBUILD b/PKGBUILD
index a777bb5..4046121 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.11 8pkgver=2.1.12
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."
@@ -27,8 +27,11 @@ changelog=
27topdirname="anki-$pkgver-linux-amd64" 27topdirname="anki-$pkgver-linux-amd64"
28source=("https://apps.ankiweb.net/downloads/current/${topdirname}.tar.bz2" "remove_xdg_cmds_from_makefile.patch" "prefix-fix.patch") 28source=("https://apps.ankiweb.net/downloads/current/${topdirname}.tar.bz2" "remove_xdg_cmds_from_makefile.patch" "prefix-fix.patch")
29noextract=() 29noextract=()
30md5sums=('a1ef83b3f87bf9f3cf6712e6dc06eaf8' 'afe8bbf18d0b50e57c84208936382fe6' 30md5sums=(
31 '7c90eebb0ac94923125d3f4d35e7b37d') 31 '5c0e65479907b178ce7a9cb7db5c8238'
32 'f0aa931cc56a39efa3cef0c2ddbaea78'
33 '2d79e7014d1242e04dc398415bfdd5d8'
34)
32validpgpkeys=() 35validpgpkeys=()
33 36
34prepare() { 37prepare() {
diff --git a/prefix-fix.patch b/prefix-fix.patch
index 8de672d..8c68ba6 100644
--- a/prefix-fix.patch
+++ b/prefix-fix.patch
@@ -1,5 +1,5 @@
1--- anki-2.1.11-linux-amd64/Makefile.orig 1--- anki-2.1.12-linux-amd64/Makefile.orig
2+++ anki-2.1.11-linux-amd64/Makefile 2+++ anki-2.1.12-linux-amd64/Makefile
3@@ -10,7 +10,7 @@ 3@@ -10,7 +10,7 @@
4 mkdir -p ${PREFIX}/share/anki 4 mkdir -p ${PREFIX}/share/anki
5 cp -av * ${PREFIX}/share/anki/ 5 cp -av * ${PREFIX}/share/anki/
diff --git a/remove_xdg_cmds_from_makefile.patch b/remove_xdg_cmds_from_makefile.patch
index b0f4a75..fbb96a0 100644
--- a/remove_xdg_cmds_from_makefile.patch
+++ b/remove_xdg_cmds_from_makefile.patch
@@ -1,5 +1,5 @@
1--- anki-2.1.11-linux-amd64/Makefile.old 1--- anki-2.1.12-linux-amd64/Makefile.old
2+++ anki-2.1.11-linux-amd64/Makefile 2+++ anki-2.1.12-linux-amd64/Makefile
3@@ -20,14 +20,14 @@ 3@@ -20,14 +20,14 @@
4 mv anki.xpm anki.png ${PREFIX}/share/pixmaps/;\ 4 mv anki.xpm anki.png ${PREFIX}/share/pixmaps/;\
5 mv anki.desktop ${PREFIX}/share/applications/;\ 5 mv anki.desktop ${PREFIX}/share/applications/;\