Remove libappindicator-gtk3 dependency which is no longer needed since electron22
https://gitlab.archlinux.org/archlinux/packaging/packages/electron/-/issues/2
This commit is contained in:
parent
6d5437d3af
commit
15fae0087e
2 changed files with 0 additions and 2 deletions
1
.SRCINFO
1
.SRCINFO
|
@ -12,7 +12,6 @@ pkgbase = discord_arch_electron
|
|||
depends = electron
|
||||
depends = libxss
|
||||
optdepends = libpulse: Pulseaudio support
|
||||
optdepends = libappindicator-gtk3: Systray indicator support
|
||||
optdepends = xdg-utils: Open files
|
||||
optdepends = python-pyelftools: Required for Krisp patcher
|
||||
optdepends = python-capstone: Required for Krisp patcher
|
||||
|
|
1
PKGBUILD
1
PKGBUILD
|
@ -23,7 +23,6 @@ install="$pkgname.install"
|
|||
depends=("${_electron}" 'libxss')
|
||||
makedepends=('asar' 'curl')
|
||||
optdepends=('libpulse: Pulseaudio support'
|
||||
'libappindicator-gtk3: Systray indicator support'
|
||||
'xdg-utils: Open files'
|
||||
'python-pyelftools: Required for Krisp patcher'
|
||||
'python-capstone: Required for Krisp patcher')
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue