From 3bb1007599e80b6ceb22deeec56254714c6c1391 Mon Sep 17 00:00:00 2001 From: Ting-Wei Lan Date: Thu, 19 Feb 2015 02:51:03 +0800 Subject: guix: Add an instruction to download the needed public key --- guix/PKGBUILD | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'guix/PKGBUILD') diff --git a/guix/PKGBUILD b/guix/PKGBUILD index a695e38..467029a 100644 --- a/guix/PKGBUILD +++ b/guix/PKGBUILD @@ -1,6 +1,10 @@ # Maintainer: lantw44 (at) gmail (dot) com # Modified from guix-git 20130119 PKGBUILD +# In order to verify the PGP signature of the source archive, you may need to +# use this command to download the needed public key: +# gpg --recv-keys 090B11993D9AEBB5 + pkgname=guix pkgver=0.8.1 pkgrel=1 -- cgit