diff options
author | David Runge <dave@sleepmap.de> | 2022-07-18 17:12:39 +0200 |
---|---|---|
committer | David Runge <dave@sleepmap.de> | 2022-07-18 17:12:39 +0200 |
commit | c79c61af594eee5b61a38c82fe1687b4fc0c192c (patch) | |
tree | 71da061f9f4f0c51dec5948768949001fa85ccc7 | |
parent | 08612177e2ca93423aff6e1915749287e8d50d18 (diff) | |
download | dotfiles-c79c61af594eee5b61a38c82fe1687b4fc0c192c.tar.gz dotfiles-c79c61af594eee5b61a38c82fe1687b4fc0c192c.tar.bz2 dotfiles-c79c61af594eee5b61a38c82fe1687b4fc0c192c.tar.xz dotfiles-c79c61af594eee5b61a38c82fe1687b4fc0c192c.zip |
makepkg: Switch to new signing key for Arch Linux
.makepkg.conf:
Switch to new signing key `991F6E3F0765CF6295888586139B09DA5BF0D338`.
-rw-r--r-- | .makepkg.conf | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.makepkg.conf b/.makepkg.conf index 780b0ea..101d664 100644 --- a/.makepkg.conf +++ b/.makepkg.conf @@ -3,5 +3,5 @@ # ~/.makepkg.conf # PACKAGER="David Runge <dvzrv@archlinux.org>" -GPGKEY="C7E7849466FE2358343588377258734B41C31549" +GPGKEY="991F6E3F0765CF6295888586139B09DA5BF0D338" BUILDDIR=/tmp/makepkg |