summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorDiego Miguel2022-01-26 22:58:30 +0100
committerDiego Miguel2022-01-26 22:58:30 +0100
commitde7bf7a0b2f8cd80aa5d26aae64fbc85ee784377 (patch)
tree8489308f660f370c5522cf48218d3ac846d844bf /PKGBUILD
parentc016fb30be2e48591b839e2cd2df1461168b51b2 (diff)
downloadaur-de7bf7a0b2f8cd80aa5d26aae64fbc85ee784377.tar.gz
Fix issues caused by codepoint U+FE0F
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 83a1c37b4471..517633e5d0fd 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
pkgname='ttf-whatsapp-emoji'
pkgver='2.21.23.23'
-pkgrel=1
+pkgrel=2
pkgdesc='TrueType WhatsApp emojis'
arch=('any')
url='https://github.com/dmlls/whatsapp-emoji-linux'
@@ -21,7 +21,7 @@ source=(
WhatsAppEmoji.ttf::$url/releases/download/latest/WhatsAppEmoji.ttf
)
-sha256sums=('9e7c230e16a04a2bc2804ec431f3c05d3d2c202b89103851b122651d0ee50d96')
+sha256sums=('b29953f354c5b57f7937172aef9d89cc25d66d8d489587126ea252b9c24045b0')
package() {
install -dm 755 "${pkgdir}/usr/share/fonts/TTF"