summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO3
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index f08d3d52aff9..99b7c22b4ed4 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = discord-ptb
pkgdesc = All-in-one voice and text chat for gamers that's free and secure.
pkgver = 0.0.2
- pkgrel = 1
+ pkgrel = 2
url = https://discordapp.com/
install = DiscordPTB.install
arch = x86_64
@@ -14,6 +14,7 @@ pkgbase = discord-ptb
depends = alsa-lib
depends = nspr
depends = nss
+ depends = libc++
optdepends = libpulse: For pulseaudio support
optdepends = noto-fonts-emoji: Google font for emoji support.
optdepends = ttf-symbola: Font for emoji support.
diff --git a/PKGBUILD b/PKGBUILD
index 44b76e7f51c2..df8a0cafa912 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -6,13 +6,13 @@ _branch='-ptb'
pkgname='discord-ptb'
pkgver=0.0.2
-pkgrel=1
+pkgrel=2
pkgdesc="All-in-one voice and text chat for gamers that's free and secure."
arch=('x86_64')
url='https://discordapp.com/'
provides=('discord')
license=('custom')
-depends=('gtk2' 'gconf' 'libnotify' 'libxss' 'glibc' 'alsa-lib' 'nspr' 'nss')
+depends=('gtk2' 'gconf' 'libnotify' 'libxss' 'glibc' 'alsa-lib' 'nspr' 'nss' 'libc++')
optdepends=(
'libpulse: For pulseaudio support'
'noto-fonts-emoji: Google font for emoji support.'