[arch-commits] Commit in refind/trunk (PKGBUILD)

David Runge dvzrv at archlinux.org
Tue Apr 14 14:09:37 UTC 2020


    Date: Tuesday, April 14, 2020 @ 14:09:36
  Author: dvzrv
Revision: 380312

upgpkg: refind 0.12.0-3: Not allowing to build with makeflags, as higher amounts of jobs crash the driver build.

Modified:
  refind/trunk/PKGBUILD

----------+
 PKGBUILD |    4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2020-04-14 13:26:07 UTC (rev 380311)
+++ PKGBUILD	2020-04-14 14:09:36 UTC (rev 380312)
@@ -2,7 +2,7 @@
 
 pkgname=refind
 pkgver=0.12.0
-pkgrel=2
+pkgrel=3
 pkgdesc="An EFI boot manager"
 arch=('any')
 url="https://www.rodsbooks.com/refind/"
@@ -17,6 +17,8 @@
             'sbsigntools: for EFI binary signing with refind-install')
 conflicts=('refind-efi')
 replaces=('refind-efi')
+# the drivers don't build with many jobs
+options=(!makeflags)
 source=("https://sourceforge.net/projects/refind/files/${pkgver}/${pkgname}-src-${pkgver}.tar.gz")
 sha512sums=('3ade9642d7acf31097daa5308acb96a9fa3371314073b5a09601a886fc30444752efa08ed9fb35e421efb0b4eb9efbccd7b5c9bd6b3b9ed4af74c58f22a74729')
 _arch='x64'



More information about the arch-commits mailing list