summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO3
-rw-r--r--PKGBUILD3
2 files changed, 4 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 595aa895d645..3a3791759ae1 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = discord
pkgdesc = All-in-one voice and text chat for gamers that's free and secure.
pkgver = 0.0.5
- pkgrel = 4
+ pkgrel = 5
url = https://discordapp.com/
install = Discord.install
arch = x86_64
@@ -18,6 +18,7 @@ pkgbase = discord
optdepends = libpulse: For pulseaudio support
optdepends = noto-fonts-emoji: Google font for emoji support.
optdepends = ttf-symbola: Font for emoji support.
+ optdepends = noto-fonts-cjk: Font for special characters such as /shrug face.
source = LICENSE
source = https://dl.discordapp.net/apps/linux/0.0.5/discord-0.0.5.tar.gz
md5sums = 26b3229c74488c64d94798e48bc49fcd
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"