From 40202805ae045525ce17a18af61e67e89a12fb8f Mon Sep 17 00:00:00 2001 From: Toyam Cox Date: Tue, 13 Jun 2017 00:12:33 -0400 Subject: [PATCH] efivar: fix checksum, not reverting to stable Upstream obviously moved tags between Feb 28th (build) and March 7th (release of efivar version 31). 31 is pre-release, but seems to be important enough that reverting might break something. Thus we simply fix the checksum for the package and leave this remark. Closes #6705 --- srcpkgs/efivar/template | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/srcpkgs/efivar/template b/srcpkgs/efivar/template index 6619bd3bd92..8761cf74b9c 100644 --- a/srcpkgs/efivar/template +++ b/srcpkgs/efivar/template @@ -1,7 +1,7 @@ # Template file for 'efivar' pkgname=efivar version=31 -revision=1 +revision=2 makedepends="popt-devel" short_desc="Tools to manipulate EFI variables" maintainer="Juan RP " @@ -9,7 +9,7 @@ license="LGPL-2.1" homepage="https://github.com/rhinstaller/efivar" only_for_archs="i686 i686-musl x86_64 x86_64-musl" distfiles="https://github.com/rhinstaller/efivar/archive/${version}/${version}.tar.gz>${pkgname}-${version}.tar.gz" -checksum=b825680dc8b2165cd71131277f5a9cd632f9e43a84a33756543b24e7a251b9e0 +checksum=fa9331b762ab9f0749dd8d58a218701f33e4ea515ac57a120657447e046e6568 CFLAGS="-D_GNU_SOURCE"