diff --git a/srcpkgs/refind/patches/0001-Fix-GCC-10-compile-problem.patch b/srcpkgs/refind/patches/0001-Fix-GCC-10-compile-problem.patch deleted file mode 100644 index d93f719b78..0000000000 --- a/srcpkgs/refind/patches/0001-Fix-GCC-10-compile-problem.patch +++ /dev/null @@ -1,25 +0,0 @@ -From e34a16301f425f273a67ed3abbc45840bc82d892 Mon Sep 17 00:00:00 2001 -From: srs5694 -Date: Fri, 15 May 2020 12:34:14 -0400 -Subject: [PATCH] Fix GCC 10 compile problem - ---- - Make.common | 2 +- - 1 file changed, 1 insertion(+), 1 deletion(-) - -diff --git Make.common Make.common -index 3f0b919..95a3a97 100644 ---- Make.common -+++ Make.common -@@ -60,7 +60,7 @@ endif - # - - # ...for both GNU-EFI and TianoCore.... --OPTIMFLAGS = -Os -fno-strict-aliasing -+OPTIMFLAGS = -Os -fno-strict-aliasing -fno-tree-loop-distribute-patterns - CFLAGS = $(OPTIMFLAGS) -fno-stack-protector -fshort-wchar -Wall - - # ...for GNU-EFI.... --- -2.30.0 - diff --git a/srcpkgs/refind/template b/srcpkgs/refind/template index 85742b0385..2cd2bb683e 100644 --- a/srcpkgs/refind/template +++ b/srcpkgs/refind/template @@ -1,16 +1,16 @@ # Template file for 'refind' pkgname=refind -version=0.12.0 -revision=3 +version=0.13.0 +revision=1 archs="x86_64* i686* aarch64*" makedepends="gnu-efi-libs" depends="bash dosfstools efibootmgr" short_desc="EFI boot manager utility" maintainer="Đoàn Trần Công Danh " -license="GPL-3.0-only, BSD-3-Clause" +license="GPL-3.0-only, BSD-3-Clause, BSD-2-Clause, GPL-2.0-only, LGPL-2.1-only" homepage="https://sourceforge.net/projects/refind/" distfiles="${SOURCEFORGE_SITE}/refind/refind-src-${version}.tar.gz" -checksum=7bb8505bc9ff87a7b6de38bf9a91d46f4d613b30031d5eb088a4d791a31eb7c4 +checksum=c5d888f079f58ba5596782c1259e38100674de3398c3b579b6fc0f1738a33b7e python_version=2 conf_files="/etc/default/refind-kernel-hook.conf"