diff options
-rw-r--r-- | slack-desktop/PKGBUILD | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/slack-desktop/PKGBUILD b/slack-desktop/PKGBUILD index fc94e2adf..c2150a824 100644 --- a/slack-desktop/PKGBUILD +++ b/slack-desktop/PKGBUILD @@ -5,7 +5,7 @@ pkgname=slack-desktop pkgver=4.20.0 -pkgrel=22 +pkgrel=23 pkgdesc="Slack Desktop (Beta) for Linux" arch=('x86_64') url="https://slack.com/downloads" @@ -40,7 +40,7 @@ _pinned_dependencies=( 'libxshmfence=1.3' 'mesa=21.3.5' 'nspr=4.33' - 'nss=3.74' + 'nss=3.75' ) depends=('alsa-lib' 'gtk3' 'libsecret' 'libxss' 'libxtst' 'nss' 'xdg-utils' "${_pinned_dependencies[@]}") optdepends=('libappindicator-gtk3: Systray indicator support' |