From c6378fe5dd3be0b3c452a31173bc16786b3a2228 Mon Sep 17 00:00:00 2001
From: "Neal H. Walfield" <neal@gnu.org>
Date: Tue, 8 Jun 2021 13:59:22 +0200
Subject: [PATCH 2/2] For binary PGP keys, only use the pgp and gpg extensions.

  - Remove the pkr and ask extensions, which at least haven't been
    canonical for the past decade (if ever), as far as I know.
---
 magic/Magdir/pgp-binary-keys | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/magic/Magdir/pgp-binary-keys b/magic/Magdir/pgp-binary-keys
index 20e10aaa..2c7c377e 100644
--- a/magic/Magdir/pgp-binary-keys
+++ b/magic/Magdir/pgp-binary-keys
@@ -387,4 +387,4 @@
 0		name		pgp_binary_keys_end
 >0		byte		x		\b; OpenPGP Certificate
 !:mime		application/pgp-keys
-!:ext		pgp/gpg/pkr/asd
+!:ext		pgp/gpg
-- 
2.20.1

