From ee20bc3682b7f248f38265958f6649ab074822f7 Mon Sep 17 00:00:00 2001 From: cr6git Date: Thu, 4 Jan 2018 02:43:29 +0100 Subject: [PATCH] ttf-material-icons: fix wrong checksum Closes: #10409 [via git-merge-pr] --- srcpkgs/ttf-material-icons/template | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/srcpkgs/ttf-material-icons/template b/srcpkgs/ttf-material-icons/template index b20c2e8d092..8b20c2550b1 100644 --- a/srcpkgs/ttf-material-icons/template +++ b/srcpkgs/ttf-material-icons/template @@ -8,10 +8,9 @@ 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=ea1996f82d39f56357754b2b3d9ad8b812065dc059ad488fb086233c360676a0 +checksum=b25cf06c66f87fc9ff7fa81213c8f725dfc268027f8cc8b6366e9a9cd41f1105 do_install() { - vmkdir usr/share/fonts/TTF vinstall iconfont/MaterialIcons-Regular.ttf 644 usr/share/fonts/TTF vlicense LICENSE }