From 26b5c8324f7dbb42805b021b3f29fbecea76cde4 Mon Sep 17 00:00:00 2001 From: Luca Weiss Date: Thu, 27 Jun 2019 16:43:07 +0200 Subject: Update Arch Linux repository section Add the config snippet to put into /etc/pacman.conf and add commands on how to import and sign the signing key (copied from the recent mail to sr.ht-admins). --- packages.md | 12 +++++++++++- 1 file changed, 11 insertions(+), 1 deletion(-) diff --git a/packages.md b/packages.md index 295fd31..f4917f7 100644 --- a/packages.md +++ b/packages.md @@ -20,4 +20,14 @@ Note: this repository is a work in progress. **Mirror URL**: `https://mirror.sr.ht/archlinux/sr.ht` -**Signing Key**: `1ED4E14494433AE3FD302CAB74B4BCCEA60D0437` +``` +[sr.ht] +Server = https://mirror.sr.ht/archlinux/sr.ht +``` + +**Signing Key**: `C0AAFC1676BD998617C94C42DC59670F1EB0A189` + +``` +$ pacman-key --recv-keys C0AAFC1676BD998617C94C42DC59670F1EB0A189 +$ pacman-key --lsign-key C0AAFC1676BD998617C94C42DC59670F1EB0A189 +``` -- cgit