font-firacode: update to 5.1.

This commit is contained in:
Felipe Nogueira 2020-06-12 03:08:57 -03:00 committed by Johannes
parent fcdf35c091
commit d56cd877cf

View file

@ -1,6 +1,6 @@
# Template file for 'font-firacode'
pkgname=font-firacode
version=4
version=5.1
revision=1
archs=noarch
create_wrksrc=yes
@ -11,9 +11,9 @@ license="OFL-1.1"
homepage="https://github.com/tonsky/FiraCode"
changelog="https://github.com/tonsky/FiraCode/raw/master/CHANGELOG.md"
distfiles="https://github.com/tonsky/FiraCode/releases/download/${version}/Fira_Code_v${version}.zip"
checksum=46ed45d1a793a56e13d31ed10fb7e09f5277731953a0d9522915644fc59086d8
font_dirs="/usr/share/fonts/OTF"
checksum=81c35bb83a81bc4f879806e169ca958947a6f5abc92ac31a631fd9cf49632684
font_dirs="/usr/share/fonts/TTF"
do_install() {
install -Dm644 otf/* -t ${DESTDIR}/${font_dirs}
install -Dm644 ttf/* -t ${DESTDIR}/${font_dirs}
}