From 00ed03223ce0b0079612ab04115815c535a9c487 Mon Sep 17 00:00:00 2001 From: Kuklin István Alexander Date: Sun, 29 Nov 2020 11:08:30 +0100 Subject: conflicts: anki-git, anki + Docker builder image --- .SRCINFO | 1 + Dockerfile | 4 ++++ PKGBUILD | 2 +- 3 files changed, 6 insertions(+), 1 deletion(-) create mode 100644 Dockerfile diff --git a/.SRCINFO b/.SRCINFO index a40189c..95034d6 100644 --- a/.SRCINFO +++ b/.SRCINFO @@ -6,6 +6,7 @@ pkgbase = anki-official-binary-bundle arch = x86_64 license = GNU AGPL provides = anki + conflicts = anki conflicts = anki-git source = https://apps.ankiweb.net/downloads/current/anki-2.1.35-linux-amd64.tar.bz2 source = remove_xdg_cmds_from_makefile.patch diff --git a/Dockerfile b/Dockerfile new file mode 100644 index 0000000..cd7479f --- /dev/null +++ b/Dockerfile @@ -0,0 +1,4 @@ +FROM archlinux +RUN pacman -Sy --noconfirm sudo fakeroot base-devel +RUN pacman -S --noconfirm git +RUN useradd user diff --git a/PKGBUILD b/PKGBUILD index a7bfd6a..ca6d7d1 100644 --- a/PKGBUILD +++ b/PKGBUILD @@ -18,7 +18,7 @@ makedepends=() checkdepends=() optdepends=() provides=('anki') -conflicts=('anki-git') +conflicts=('anki' 'anki-git') replaces=() backup=() options=() -- cgit v1.2.3-70-g09d2