diff options
| author | Kuklin István Alexander | 2020-10-02 13:24:27 +0200 |
|---|---|---|
| committer | Kuklin István Alexander | 2020-10-02 13:24:27 +0200 |
| commit | 579ca33b11a43f838657bbceba8fb85162afe22c (patch) | |
| tree | c02ce48473d2e4179a767c1aff0eda5b93325259 | |
| parent | 8d71d11cbada87abb1c4c6c95644a2f8f9e687b1 (diff) | |
| download | packages-579ca33b11a43f838657bbceba8fb85162afe22c.tar.gz packages-579ca33b11a43f838657bbceba8fb85162afe22c.tar.bz2 packages-579ca33b11a43f838657bbceba8fb85162afe22c.zip | |
2.1.35
| -rw-r--r-- | .SRCINFO | 6 | ||||
| -rw-r--r-- | PKGBUILD | 5 |
2 files changed, 5 insertions, 6 deletions
| @@ -1,16 +1,16 @@ | |||
| 1 | pkgbase = anki-official-binary-bundle | 1 | pkgbase = 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.34 | 3 | pkgver = 2.1.35 |
| 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.34-linux-amd64.tar.bz2 | 10 | source = https://apps.ankiweb.net/downloads/current/anki-2.1.35-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 = aaf2aa0f850582966c09136cb36b6b20 | 13 | md5sums = d7ad8af7c1d9ddd92bb14d9d4a10ea7c |
| 14 | md5sums = 0eb542757f6b15d9904a53496627c76b | 14 | md5sums = 0eb542757f6b15d9904a53496627c76b |
| 15 | md5sums = 82a5d4f63bbc29e6a80043dd95973b4f | 15 | md5sums = 82a5d4f63bbc29e6a80043dd95973b4f |
| 16 | 16 | ||
| @@ -5,7 +5,7 @@ | |||
| 5 | 5 | ||
| 6 | # Maintainer: Kuklin István <kuklinistvan@zoho.com> | 6 | # Maintainer: Kuklin István <kuklinistvan@zoho.com> |
| 7 | pkgname=anki-official-binary-bundle | 7 | pkgname=anki-official-binary-bundle |
| 8 | pkgver=2.1.34 | 8 | pkgver=2.1.35 |
| 9 | pkgrel=1 | 9 | pkgrel=1 |
| 10 | epoch= | 10 | epoch= |
| 11 | pkgdesc="The official binary shipped with the tested versions of the dependent libraries." | 11 | pkgdesc="The official binary shipped with the tested versions of the dependent libraries." |
| @@ -31,11 +31,10 @@ source=( | |||
| 31 | "prefix-fix.patch" | 31 | "prefix-fix.patch" |
| 32 | ) | 32 | ) |
| 33 | noextract=() | 33 | noextract=() |
| 34 | md5sums=('aaf2aa0f850582966c09136cb36b6b20' | 34 | md5sums=('d7ad8af7c1d9ddd92bb14d9d4a10ea7c' |
| 35 | '0eb542757f6b15d9904a53496627c76b' | 35 | '0eb542757f6b15d9904a53496627c76b' |
| 36 | '82a5d4f63bbc29e6a80043dd95973b4f') | 36 | '82a5d4f63bbc29e6a80043dd95973b4f') |
| 37 | 37 | ||
| 38 | |||
| 39 | validpgpkeys=() | 38 | validpgpkeys=() |
| 40 | 39 | ||
| 41 | prepare() { | 40 | prepare() { |
