discord: Add libatomic as a dependency
Discord recently gained a new dependency required for operation, without this new dependency you get a message telling you to delete the discord config directory because the discord installition is "corrupt" Closes #9457.
This commit is contained in:
parent
ab1c577566
commit
dd0443e97f
1 changed files with 2 additions and 2 deletions
|
@ -3,8 +3,8 @@
|
|||
|
||||
pkgname="discord"
|
||||
version="0.0.2"
|
||||
revision=3
|
||||
depends="alsa-lib dbus-glib gtk+3 GConf libnotify nss libXtst libcxx"
|
||||
revision=4
|
||||
depends="alsa-lib dbus-glib gtk+3 GConf libnotify nss libXtst libcxx libatomic"
|
||||
wrksrc="Discord"
|
||||
only_for_archs="x86_64"
|
||||
nopie=yes
|
||||
|
|
Loading…
Add table
Reference in a new issue