From 8b4cbee4a4365454e3d43ef811a5902e172d8f2f Mon Sep 17 00:00:00 2001 From: ghost Date: Tue, 16 Aug 2022 14:00:43 +0200 Subject: [PATCH] font-b612: update license, fix distfiles url, https homepage --- srcpkgs/font-b612/template | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/srcpkgs/font-b612/template b/srcpkgs/font-b612/template index c053cf0d9dd2..5097c24a9b33 100644 --- a/srcpkgs/font-b612/template +++ b/srcpkgs/font-b612/template @@ -1,14 +1,14 @@ # Template file for 'font-b612' pkgname=font-b612 version=1.008 -revision=2 +revision=3 wrksrc="b612-${version}" depends="font-util xbps-triggers" short_desc="Highly legible font family designed for aircraft cockpit screens" maintainer="ghost " -license="EPL-1.0" -homepage="http://b612-font.com/" -distfiles="https://github.com/polarsys/b612/archive/${version}.tar.gz" +license="EPL-2.0, BSD-3-Clause, OFL-1.1" +homepage="https://b612-font.com/" +distfiles="https://github.com/polarsys/b612/archive/refs/tags/${version}.tar.gz" checksum=bfe4827931a22ecde5576c2bd06b462d467b89fa580b6ded651346f94eba8dd6 font_dirs="/usr/share/fonts/TTF" @@ -16,4 +16,5 @@ font_dirs="/usr/share/fonts/TTF" do_install() { vmkdir usr/share/fonts/TTF vcopy fonts/ttf/* usr/share/fonts/TTF + vlicense edl-v10.html }