summaryrefslogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD8
1 files changed, 4 insertions, 4 deletions
diff --git a/PKGBUILD b/PKGBUILD
index a1e3a58..a65f1ec 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.15 8pkgver=2.1.19
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."
@@ -32,8 +32,8 @@ source=(
32) 32)
33noextract=() 33noextract=()
34md5sums=( 34md5sums=(
35 '257498db511b0caff35e64290b422176' 35 '4a6f18ff83eef746be9588b2734c7af6'
36 '81e1cb8bfb5122319b141ea25e536ef6' 36 '0eb542757f6b15d9904a53496627c76b'
37 '82a5d4f63bbc29e6a80043dd95973b4f' 37 '82a5d4f63bbc29e6a80043dd95973b4f'
38) 38)
39validpgpkeys=() 39validpgpkeys=()
@@ -41,7 +41,7 @@ validpgpkeys=()
41prepare() { 41prepare() {
42 cd "$srcdir" 42 cd "$srcdir"
43 ln -s "$topdirname" anki 43 ln -s "$topdirname" anki
44 patch -p0 -i remove_xdg_cmds_from_makefile.patch 44 patch -p1 -i remove_xdg_cmds_from_makefile.patch
45 patch -p0 -i prefix-fix.patch 45 patch -p0 -i prefix-fix.patch
46 rm anki 46 rm anki
47} 47}