diff options
Diffstat (limited to 'system/noto-emoji/noto-emoji.SlackBuild')
-rw-r--r-- | system/noto-emoji/noto-emoji.SlackBuild | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/system/noto-emoji/noto-emoji.SlackBuild b/system/noto-emoji/noto-emoji.SlackBuild index ee14797d50..b497138458 100644 --- a/system/noto-emoji/noto-emoji.SlackBuild +++ b/system/noto-emoji/noto-emoji.SlackBuild @@ -2,7 +2,7 @@ # Slackware build script for noto-emoji -# Copyright 2017 Andrew Clemons, Wellington New Zealand +# Copyright 2017-2018 Andrew Clemons, Wellington New Zealand # All rights reserved. # # Redistribution and use of this script, with or without modification, is @@ -23,7 +23,7 @@ # ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. PRGNAM=noto-emoji -SRCVERSION=${VERSION:-2017-12-04-hamburger-fix} +SRCVERSION=${VERSION:-2018-01-02-flag-update} VERSION=${VERSION:-$(echo "$SRCVERSION" | cut -d- -f-3 | tr -d -)} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} @@ -52,7 +52,7 @@ find -L . \ install -d $PKG/usr/share/fonts/TTF/ -# https://github.com/googlei18n/noto-emoji/tree/11275b5a2e8295924c335f16e096a60ac48edf90#bw-emoji-font +# https://github.com/googlei18n/noto-emoji/tree/153e1d4c026c124fbac6ee93e559b5df375f24f5#bw-emoji-font # skip installing b/w emoji font (colour font is rendered in black and white on # slack anyway) install -m644 fonts/NotoColorEmoji.ttf $PKG/usr/share/fonts/TTF/ |