font-awesome5: update to 5.6.0.

This commit is contained in:
maxice8 2018-12-10 03:25:21 -02:00 committed by maxice8
parent a34b580429
commit 4903b6fba0
1 changed files with 3 additions and 3 deletions

View File

@ -1,6 +1,6 @@
# Template file for 'font-awesome5'
pkgname=font-awesome5
version=5.5.0
version=5.6.0
revision=1
noarch=yes
wrksrc="Font-Awesome-${version}"
@ -11,9 +11,9 @@ maintainer="Orphaned <orphan@voidlinux.eu>"
license="OFL-1.1"
homepage="https://fontawesome.com"
distfiles="https://github.com/FortAwesome/Font-Awesome/archive/${version}.tar.gz"
checksum=62b5459ab0769880245bb6ce6ec7486a877e14e75b75568d5e25304dcb52a55b
checksum=d3c8dd3c0335c3d2fe523572eb398599c9eb130381be32d20f5978ccd9d4310a
conflicts="font-awesome>=0"
do_install() {
install -Dm644 use-on-desktop/*.otf -t ${DESTDIR}/usr/share/fonts/OTF
install -Dm644 otfs/*.otf -t ${DESTDIR}/usr/share/fonts/OTF
}