diff options
author | Kuklin István Alexander | 2021-04-26 19:23:55 +0200 |
---|---|---|
committer | Kuklin István Alexander | 2021-04-26 19:23:55 +0200 |
commit | d13f6054ff4a5c3c7801f507539a00ae67e4b74d (patch) | |
tree | 370d070cf4a7682cc83443c248d2399d393aa901 | |
parent | b6104299c7d3b9bbf5f03cb53dfcb1bead1b1df3 (diff) | |
download | packages-d13f6054ff4a5c3c7801f507539a00ae67e4b74d.tar.gz packages-d13f6054ff4a5c3c7801f507539a00ae67e4b74d.tar.bz2 packages-d13f6054ff4a5c3c7801f507539a00ae67e4b74d.zip |
2.1.43
-rw-r--r-- | .SRCINFO | 6 | ||||
-rw-r--r-- | Dockerfile | 8 | ||||
-rw-r--r-- | PKGBUILD | 4 |
3 files changed, 13 insertions, 5 deletions
@@ -1,6 +1,6 @@ | |||
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.38 | 3 | pkgver = 2.1.43 |
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 |
@@ -10,9 +10,9 @@ pkgbase = anki-official-binary-bundle | |||
10 | provides = anki | 10 | provides = anki |
11 | conflicts = anki | 11 | conflicts = anki |
12 | conflicts = anki-git | 12 | conflicts = anki-git |
13 | source = https://github.com/ankitects/anki/releases/download/2.1.38/anki-2.1.38-linux.tar.bz2 | 13 | source = https://github.com/ankitects/anki/releases/download/2.1.43/anki-2.1.43-linux.tar.bz2 |
14 | source = install_sh.patch | 14 | source = install_sh.patch |
15 | md5sums = ab70980ca8b87a6f0fd67d05fc7a37d4 | 15 | md5sums = 3b92f142730710fa89b9557fbfcd851c |
16 | md5sums = 0ffca54471c2b5b2a300a68a93e135db | 16 | md5sums = 0ffca54471c2b5b2a300a68a93e135db |
17 | 17 | ||
18 | pkgname = anki-official-binary-bundle | 18 | pkgname = anki-official-binary-bundle |
@@ -1,4 +1,12 @@ | |||
1 | FROM archlinux | 1 | FROM archlinux |
2 | |||
3 | # https://serverfault.com/a/1053273 | ||
4 | # TEMP-FIX for pacman issue | ||
5 | RUN patched_glibc=glibc-linux4-2.33-4-x86_64.pkg.tar.zst \ | ||
6 | && curl -LO "https://raw.githubusercontent.com/sickcodes/Docker-OSX/master/${patched_glibc}" \ | ||
7 | && bsdtar -C / -xvf "${patched_glibc}" || echo "Everything is fine." | ||
8 | # TEMP-FIX for pacman issue | ||
9 | |||
2 | RUN pacman -Sy --noconfirm sudo fakeroot base-devel | 10 | RUN pacman -Sy --noconfirm sudo fakeroot base-devel |
3 | RUN pacman -S --noconfirm git | 11 | RUN pacman -S --noconfirm git |
4 | RUN pacman -S --noconfirm vim | 12 | RUN pacman -S --noconfirm vim |
@@ -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.38 | 8 | pkgver=2.1.43 |
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." |
@@ -30,7 +30,7 @@ source=( | |||
30 | "install_sh.patch" | 30 | "install_sh.patch" |
31 | ) | 31 | ) |
32 | noextract=() | 32 | noextract=() |
33 | md5sums=('ab70980ca8b87a6f0fd67d05fc7a37d4' | 33 | md5sums=('3b92f142730710fa89b9557fbfcd851c' |
34 | '0ffca54471c2b5b2a300a68a93e135db') | 34 | '0ffca54471c2b5b2a300a68a93e135db') |
35 | 35 | ||
36 | validpgpkeys=() | 36 | validpgpkeys=() |