--- Makefile.PL.orig	2016-11-02 12:38:17.000000000 -0700
+++ Makefile.PL	2016-11-02 12:40:20.000000000 -0700
@@ -76,7 +76,7 @@
 	print "Looking for GNU Privacy Guard (gpg), a cryptographic signature tool...\n";
 
   	my ($gpg, $gpg_path);
-  	for my $gpg_bin ('gpg', 'gpg2', 'gnupg', 'gnupg2') {
+  	for my $gpg_bin ('gpg2', 'gnupg2') {
   		$gpg_path = can_run($gpg_bin);
   		next unless $gpg_path;
   		next unless `$gpg_bin --version` =~ /GnuPG/;