summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authore5ten2018-08-30 10:30:54 -0400
committere5ten2018-08-30 10:30:54 -0400
commit4970eda980d8806424e0719be3bdac1ec4711234 (patch)
tree8e50da798f29565f5ac39bb936a49162c7649a83 /PKGBUILD
parent148bae8de1f9f275c362b8fb643bc64e3af18704 (diff)
downloadaur-4970eda980d8806424e0719be3bdac1ec4711234.tar.gz
add noto-fonts-cjk optdep
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD3
1 files changed, 2 insertions, 1 deletions
diff --git a/PKGBUILD b/PKGBUILD
index bef298667273..47596a560834 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -5,7 +5,7 @@
pkgname=discord
pkgver=0.0.5
-pkgrel=4
+pkgrel=5
pkgdesc="All-in-one voice and text chat for gamers that's free and secure."
arch=('x86_64')
url='https://discordapp.com/'
@@ -15,6 +15,7 @@ optdepends=(
'libpulse: For pulseaudio support'
'noto-fonts-emoji: Google font for emoji support.'
'ttf-symbola: Font for emoji support.'
+ 'noto-fonts-cjk: Font for special characters such as /shrug face.'
)
install="Discord.install"