diff --git a/srcpkgs/ttf-material-icons/template b/srcpkgs/ttf-material-icons/template index 51a2409a66d..b429c563c47 100644 --- a/srcpkgs/ttf-material-icons/template +++ b/srcpkgs/ttf-material-icons/template @@ -1,17 +1,16 @@ # Template file for 'ttf-material-icons' pkgname=ttf-material-icons -version=3.0.1 -revision=2 +version=4.0.0 +revision=1 wrksrc=material-design-icons-${version} -archs=noarch short_desc="Material Design icons by Google" maintainer="Michael Carlberg " license=CC homepage=http://google.github.io/material-design-icons/ distfiles=https://github.com/google/material-design-icons/archive/${version}.tar.gz -checksum=b25cf06c66f87fc9ff7fa81213c8f725dfc268027f8cc8b6366e9a9cd41f1105 +checksum=b1b068d625d5e15d6ec0059209cec67bc4c46e39c4611b859d6f6680dbf23934 do_install() { - vinstall iconfont/MaterialIcons-Regular.ttf 644 usr/share/fonts/TTF + vinstall font/MaterialIcons-Regular.ttf 644 usr/share/fonts/TTF vlicense LICENSE }