From d13f6054ff4a5c3c7801f507539a00ae67e4b74d Mon Sep 17 00:00:00 2001 From: Kuklin István Alexander Date: Mon, 26 Apr 2021 19:23:55 +0200 Subject: 2.1.43 --- .SRCINFO | 6 +++--- Dockerfile | 8 ++++++++ PKGBUILD | 4 ++-- 3 files changed, 13 insertions(+), 5 deletions(-) diff --git a/.SRCINFO b/.SRCINFO index 8251d21..4a437e0 100644 --- a/.SRCINFO +++ b/.SRCINFO @@ -1,6 +1,6 @@ pkgbase = anki-official-binary-bundle pkgdesc = The official binary shipped with the tested versions of the dependent libraries. - pkgver = 2.1.38 + pkgver = 2.1.43 pkgrel = 1 url = https://apps.ankiweb.net arch = x86_64 @@ -10,9 +10,9 @@ pkgbase = anki-official-binary-bundle provides = anki conflicts = anki conflicts = anki-git - source = https://github.com/ankitects/anki/releases/download/2.1.38/anki-2.1.38-linux.tar.bz2 + source = https://github.com/ankitects/anki/releases/download/2.1.43/anki-2.1.43-linux.tar.bz2 source = install_sh.patch - md5sums = ab70980ca8b87a6f0fd67d05fc7a37d4 + md5sums = 3b92f142730710fa89b9557fbfcd851c md5sums = 0ffca54471c2b5b2a300a68a93e135db pkgname = anki-official-binary-bundle diff --git a/Dockerfile b/Dockerfile index f2ac91e..9422cfc 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,4 +1,12 @@ FROM archlinux + +# https://serverfault.com/a/1053273 +# TEMP-FIX for pacman issue +RUN patched_glibc=glibc-linux4-2.33-4-x86_64.pkg.tar.zst \ + && curl -LO "https://raw.githubusercontent.com/sickcodes/Docker-OSX/master/${patched_glibc}" \ + && bsdtar -C / -xvf "${patched_glibc}" || echo "Everything is fine." +# TEMP-FIX for pacman issue + RUN pacman -Sy --noconfirm sudo fakeroot base-devel RUN pacman -S --noconfirm git RUN pacman -S --noconfirm vim diff --git a/PKGBUILD b/PKGBUILD index 1ed0341..64a5ff4 100644 --- a/PKGBUILD +++ b/PKGBUILD @@ -5,7 +5,7 @@ # Maintainer: Kuklin István pkgname=anki-official-binary-bundle -pkgver=2.1.38 +pkgver=2.1.43 pkgrel=1 epoch= pkgdesc="The official binary shipped with the tested versions of the dependent libraries." @@ -30,7 +30,7 @@ source=( "install_sh.patch" ) noextract=() -md5sums=('ab70980ca8b87a6f0fd67d05fc7a37d4' +md5sums=('3b92f142730710fa89b9557fbfcd851c' '0ffca54471c2b5b2a300a68a93e135db') validpgpkeys=() -- cgit v1.2.3-70-g09d2