From c6ad3428145f75a84475bb0c96342d8f34538b72 Mon Sep 17 00:00:00 2001 From: maxice8 Date: Tue, 25 Dec 2018 15:28:59 -0200 Subject: [PATCH] font-iosevka: update to 2.0.2. --- srcpkgs/font-iosevka/template | 9 ++++----- 1 file changed, 4 insertions(+), 5 deletions(-) diff --git a/srcpkgs/font-iosevka/template b/srcpkgs/font-iosevka/template index d6278d26d61..a5ac829729a 100644 --- a/srcpkgs/font-iosevka/template +++ b/srcpkgs/font-iosevka/template @@ -1,6 +1,6 @@ # Template file for 'font-iosevka' pkgname=font-iosevka -version=2.0.1 +version=2.0.2 revision=1 noarch=yes create_wrksrc=yes @@ -11,14 +11,13 @@ short_desc="Slender monospace sans-serif and slab-serif typeface" maintainer="Diogo Leal " license="OFL-1.1" homepage="https://be5invis.github.io/Iosevka/" -distfiles="https://raw.githubusercontent.com/be5invis/Iosevka/v${version}/LICENSE.md +distfiles="https://raw.githubusercontent.com/be5invis/Iosevka/v${version}/LICENSE.md>LICENSE.txt https://github.com/be5invis/Iosevka/releases/download/v${version}/ttc-iosevka-${version}.zip" checksum="a7a0e1da98ab1bae99a1f246f45e51720e0cc13a53b4a5b0692f64991d2191af - 1779df346353305878aae87b24ab49cb55d259949e8e906bf7667746422a3aae" -skip_extraction=LICENSE.md + 03010cc668725e3f40e72fc8c48e4d76f4617714cf2c0e69a7dfdc0a59ef48a8" do_install() { vmkdir usr/share/fonts/TTF vcopy *.ttc usr/share/fonts/TTF - vlicense ${XBPS_SRCDISTDIR}/${pkgname}-${version}/LICENSE.md + vlicense LICENSE.txt LICENSE.md }