diff options
author | Erich Eckner <git@eckner.net> | 2021-10-05 22:11:19 +0200 |
---|---|---|
committer | Erich Eckner <git@eckner.net> | 2021-10-05 22:11:19 +0200 |
commit | 822b2443985b6dcd7e4c6e1ca3436070c0f89db1 (patch) | |
tree | bb25ed63878558fb6acce1f0a9da0ab7686bcda0 /teams/PKGBUILD | |
parent | 479db52c5edcccf1c60f2a7e815ffd1b25ede42f (diff) | |
download | archlinuxewe-822b2443985b6dcd7e4c6e1ca3436070c0f89db1.tar.xz |
teams: rebuild
Diffstat (limited to 'teams/PKGBUILD')
-rw-r--r-- | teams/PKGBUILD | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/teams/PKGBUILD b/teams/PKGBUILD index 6bc19ea6e..c951ddf47 100644 --- a/teams/PKGBUILD +++ b/teams/PKGBUILD @@ -3,7 +3,7 @@ pkgname=teams pkgver=1.4.00.13653 -pkgrel=14 +pkgrel=15 pkgdesc="Microsoft Teams for Linux is your chat-centered workspace in Office 365" arch=('x86_64') url="https://teams.microsoft.com/downloads" @@ -42,7 +42,7 @@ _pinned_dependencies=( 'libxtst=1.2.3' 'mesa=21.2.3' 'nspr=4.32' - 'nss=3.70' + 'nss=3.71' ) depends=("gtk3" "libxss" "alsa-lib" "libxtst" "libsecret" "nss" "glibc>=2.28-4" "${_pinned_dependencies[@]}") optdepends=("libappindicator-gtk3: Systray indicator support" |