From 3748f0d9d414dfc19edce263cd75f79f06c3ca43 Mon Sep 17 00:00:00 2001 From: maxice8 Date: Fri, 22 Feb 2019 14:34:42 -0300 Subject: [PATCH] gummiboot: fix homepage= --- srcpkgs/gummiboot/template | 12 +++++++----- 1 file changed, 7 insertions(+), 5 deletions(-) diff --git a/srcpkgs/gummiboot/template b/srcpkgs/gummiboot/template index 5e47c87447b..7bf3aa26275 100644 --- a/srcpkgs/gummiboot/template +++ b/srcpkgs/gummiboot/template @@ -1,17 +1,19 @@ # Template file for 'gummiboot' pkgname=gummiboot version=48.1 -revision=1 +revision=2 +archs="i686* x86_64* aarch64*" build_style=gnu-configure -hostmakedepends="automake pkg-config libxslt docbook-xsl" +hostmakedepends="automake pkgconf libxslt docbook-xsl" makedepends="gnu-efi-libs liblzma-devel libblkid-devel" short_desc="Simple UEFI Boot Manager" -maintainer="Eivind Uggedal " +maintainer="maxice8 " license="LGPL-2.0-or-later" -homepage="http://freedesktop.org/wiki/Software/gummiboot" +# Homepage is long dead and the project has an unofficial release under Alpine +# homepage="http://freedesktop.org/wiki/Software/gummiboot" +homepage="https://pkgs.alpinelinux.org/package/edge/main/x86/gummiboot" distfiles="https://dev.alpinelinux.org/archive/gummiboot/gummiboot-${version}.tar.gz" checksum=2b649a6eb22007cd34bb355ba4ca6c1a8058e115c13048985f09a0f11f3d5295 -only_for_archs="i686 i686-musl x86_64 x86_64-musl aarch64 aarch64-musl" CFLAGS="-std=gnu89"