font-iosevka: update to 1.8.6.

This commit is contained in:
Michael Gehring 2016-06-11 23:14:27 +02:00
parent 4195497121
commit cd81911257
1 changed files with 3 additions and 3 deletions

View File

@ -1,6 +1,6 @@
# Template file for 'font-iosevka'
pkgname=font-iosevka
version=1.8.5
version=1.8.6
revision=1
create_wrksrc=yes
noarch="yes"
@ -12,11 +12,11 @@ maintainer="Diogo Leal <diogo@diogoleal.com>"
license="SIL Open Font License"
homepage="https://be5invis.github.io/Iosevka/"
distfiles="https://github.com/be5invis/Iosevka/releases/download/v${version}/01.iosevka-${version}.zip"
checksum=abc7531632907bd7df017a7870c4fdf82d55331fb78d3f246d0b7bca48764291
checksum=27508ea1de8e0224004e3a4568243922113c729c283d665a51bf331ef0b5b784
do_install() {
vmkdir usr/share/fonts/TTF
vcopy *.ttf usr/share/fonts/TTF
$XBPS_FETCH_CMD https://raw.githubusercontent.com/be5invis/Iosevka/master/LICENSE
$XBPS_FETCH_CMD https://raw.githubusercontent.com/be5invis/Iosevka/v${version}/LICENSE
vlicense LICENSE
}