From 5f6a959cd6ec939790a0ecfb2840a9c1eb949a26 Mon Sep 17 00:00:00 2001 From: Werner Date: Sun, 21 Jun 2020 17:34:19 +0200 Subject: [PATCH] Replace gpgv1 (#2047) Not haven the common gpg package leads into verification error (https://forum.armbian.com/topic/14455-error-verifying-gcc-linaro-2013/) but is also marked as deprecated (https://packages.ubuntu.com/focal/gpgv1) --- lib/general.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/general.sh b/lib/general.sh index 7bed061baa..dfe70bde29 100644 --- a/lib/general.sh +++ b/lib/general.sh @@ -849,7 +849,7 @@ prepare_host() nfs-kernel-server btrfs-progs ncurses-term p7zip-full kmod dosfstools libc6-dev-armhf-cross \ curl patchutils liblz4-tool libpython2.7-dev linux-base swig aptly acl python3-dev python3-distutils \ locales ncurses-base pixz dialog systemd-container udev lib32stdc++6 libc6-i386 lib32ncurses5 lib32tinfo5 \ - bison libbison-dev flex libfl-dev cryptsetup gpgv1 gnupg1 cpio aria2 pigz dirmngr python3-distutils" + bison libbison-dev flex libfl-dev cryptsetup gpg gnupg1 cpio aria2 pigz dirmngr python3-distutils" local codename=$(lsb_release -sc)