From a89e58cd1cd521ba013b47872b1f420e116048b1 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Andr=C3=A9=20Cerqueira?= Date: Sat, 13 Aug 2022 13:13:05 +0100 Subject: [PATCH] seahorse-nautilus: fix build with gnupg 2.3 --- srcpkgs/seahorse-nautilus/patches/new-gnupg.patch | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/srcpkgs/seahorse-nautilus/patches/new-gnupg.patch b/srcpkgs/seahorse-nautilus/patches/new-gnupg.patch index 7cdbdbf84d1f..01d944a3cac9 100644 --- a/srcpkgs/seahorse-nautilus/patches/new-gnupg.patch +++ b/srcpkgs/seahorse-nautilus/patches/new-gnupg.patch @@ -7,7 +7,7 @@ Index: seahorse-nautilus-3.10.1/configure.ac if test "$DO_CHECK" = "yes"; then - accepted_versions="1.2 1.4 2.0" -+ accepted_versions="1.2 1.4 2.0 2.1 2.2" ++ accepted_versions="1.2 1.4 2.0 2.1 2.2 2.3" AC_PATH_PROGS(GNUPG, [gpg gpg2], no) ok="no" if test "$GNUPG" != "no"; then