diff options
author | Erich Eckner <git@eckner.net> | 2022-01-07 19:58:44 +0100 |
---|---|---|
committer | Erich Eckner <git@eckner.net> | 2022-01-07 19:58:44 +0100 |
commit | cad0551a455daf920b4557f2cd54f1bb913d91cb (patch) | |
tree | bfcea318708fa5c701d47bcf2d52f69aeb070888 | |
parent | 6af151804b604c0683b02a31240985ea27978ec9 (diff) | |
download | archlinuxewe-cad0551a455daf920b4557f2cd54f1bb913d91cb.tar.xz |
teams: rebuild
-rw-r--r-- | teams/PKGBUILD | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/teams/PKGBUILD b/teams/PKGBUILD index 4623c66c8..2c711f4a8 100644 --- a/teams/PKGBUILD +++ b/teams/PKGBUILD @@ -3,7 +3,7 @@ pkgname=teams pkgver=1.4.00.26453 -pkgrel=16 +pkgrel=17 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.3.3' 'nspr=4.33' - 'nss=3.73.1' + 'nss=3.74' ) depends=("gtk3" "libxss" "alsa-lib" "libxtst" "libsecret" "nss" "glibc>=2.28-4" "${_pinned_dependencies[@]}") optdepends=("libappindicator-gtk3: Systray indicator support" |