From 104cc7df4fc3d9693fc7e045b0f85d3bf5eebc46 Mon Sep 17 00:00:00 2001 From: Arda Demir Date: Thu, 19 Aug 2021 12:40:05 +0300 Subject: [PATCH] font-material-design-icons-ttf: update to 4.0.0. --- srcpkgs/font-material-design-icons-ttf/template | 11 +++++------ 1 file changed, 5 insertions(+), 6 deletions(-) diff --git a/srcpkgs/font-material-design-icons-ttf/template b/srcpkgs/font-material-design-icons-ttf/template index e26257e74109..305209fbb5e9 100644 --- a/srcpkgs/font-material-design-icons-ttf/template +++ b/srcpkgs/font-material-design-icons-ttf/template @@ -1,19 +1,18 @@ # Template file for 'font-material-design-icons-ttf' pkgname=font-material-design-icons-ttf -version=3.0.1 -revision=2 +version=4.0.0 +revision=1 wrksrc="material-design-icons-${version}" -hostmakedepends="unzip" depends="font-util xbps-triggers" short_desc="Material Design icons by Google" maintainer="Orphaned " license="Apache-2.0" homepage="https://github.com/google/material-design-icons" -distfiles="https://github.com/google/material-design-icons/releases/download/${version}/material-design-icons-${version}.zip" -checksum=722e3b09121b82a3746f3da2ecd3a2db8d7d24153b8433324315695a45f06a90 +distfiles="https://github.com/google/material-design-icons/archive/refs/tags/${version}.tar.gz" +checksum=b1b068d625d5e15d6ec0059209cec67bc4c46e39c4611b859d6f6680dbf23934 font_dirs="/usr/share/fonts/TTF" do_install() { - vinstall iconfont/MaterialIcons-Regular.ttf 644 usr/share/fonts/TTF + vinstall font/MaterialIcons-Regular.ttf 644 usr/share/fonts/TTF }