summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorKuklin István Alexander2021-04-26 19:23:55 +0200
committerKuklin István Alexander2021-04-26 19:23:55 +0200
commitd13f6054ff4a5c3c7801f507539a00ae67e4b74d (patch)
tree370d070cf4a7682cc83443c248d2399d393aa901
parentb6104299c7d3b9bbf5f03cb53dfcb1bead1b1df3 (diff)
downloadpackages-d13f6054ff4a5c3c7801f507539a00ae67e4b74d.tar.gz
packages-d13f6054ff4a5c3c7801f507539a00ae67e4b74d.tar.bz2
packages-d13f6054ff4a5c3c7801f507539a00ae67e4b74d.zip
2.1.43
-rw-r--r--.SRCINFO6
-rw-r--r--Dockerfile8
-rw-r--r--PKGBUILD4
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 @@
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.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
18pkgname = anki-official-binary-bundle 18pkgname = anki-official-binary-bundle
diff --git a/Dockerfile b/Dockerfile
index f2ac91e..9422cfc 100644
--- a/Dockerfile
+++ b/Dockerfile
@@ -1,4 +1,12 @@
1FROM archlinux 1FROM archlinux
2
3# https://serverfault.com/a/1053273
4# TEMP-FIX for pacman issue
5RUN 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
2RUN pacman -Sy --noconfirm sudo fakeroot base-devel 10RUN pacman -Sy --noconfirm sudo fakeroot base-devel
3RUN pacman -S --noconfirm git 11RUN pacman -S --noconfirm git
4RUN pacman -S --noconfirm vim 12RUN pacman -S --noconfirm vim
diff --git a/PKGBUILD b/PKGBUILD
index 1ed0341..64a5ff4 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.38 8pkgver=2.1.43
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."
@@ -30,7 +30,7 @@ source=(
30 "install_sh.patch" 30 "install_sh.patch"
31) 31)
32noextract=() 32noextract=()
33md5sums=('ab70980ca8b87a6f0fd67d05fc7a37d4' 33md5sums=('3b92f142730710fa89b9557fbfcd851c'
34 '0ffca54471c2b5b2a300a68a93e135db') 34 '0ffca54471c2b5b2a300a68a93e135db')
35 35
36validpgpkeys=() 36validpgpkeys=()