diff options
author | Erich Eckner <erich.eckner.ext@bestsecret.com> | 2023-07-31 10:23:28 +0200 |
---|---|---|
committer | Erich Eckner <erich.eckner.ext@bestsecret.com> | 2023-07-31 10:23:28 +0200 |
commit | 1e82ce8a30a1b8e1604a8a47757b83c2a76b5c98 (patch) | |
tree | 8ca2e617803d458bd69099ab169599117c612675 | |
parent | 727ee3c83fad098a120b5bf9784face0f561aa61 (diff) | |
download | archlinuxewe-1e82ce8a30a1b8e1604a8a47757b83c2a76b5c98.tar.xz |
slack-desktop: rebuild
-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 9ee4fe5c6..af9c63dca 100644 --- a/slack-desktop/PKGBUILD +++ b/slack-desktop/PKGBUILD @@ -5,7 +5,7 @@ pkgname=slack-desktop pkgver=4.32.122 -pkgrel=14 +pkgrel=15 pkgdesc="Slack Desktop (Beta) for Linux" arch=('x86_64') url="https://slack.com/downloads" @@ -37,7 +37,7 @@ _pinned_dependencies=( 'libxrandr=1.5.3' 'mesa=23.1.4' 'nspr=4.35' - 'nss=3.91' + 'nss=3.92' ) depends=('alsa-lib' 'gtk3' 'libsecret' 'libxss' 'libxtst' 'nss' 'xdg-utils' "${_pinned_dependencies[@]}") optdepends=('libappindicator-gtk3: Systray indicator support' |