diff options
author | Erich Eckner <git@eckner.net> | 2021-08-11 07:23:05 +0200 |
---|---|---|
committer | Erich Eckner <git@eckner.net> | 2021-08-11 07:23:05 +0200 |
commit | 824ab4a294196846579b035608ad5986b798f0df (patch) | |
tree | 13d141176b89063ecc0145aa4f389aa4f41c2260 | |
parent | a5408fe5fe474062b49dccc31313df773b29c5d5 (diff) | |
download | archlinuxewe-824ab4a294196846579b035608ad5986b798f0df.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 fa84538b0..8a6e3b937 100644 --- a/teams/PKGBUILD +++ b/teams/PKGBUILD @@ -3,7 +3,7 @@ pkgname=teams pkgver=1.4.00.13653 -pkgrel=7 +pkgrel=8 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.1.6' 'nspr=4.32' - 'nss=3.68' + 'nss=3.69' ) depends=("gtk3" "libxss" "alsa-lib" "libxtst" "libsecret" "nss" "glibc>=2.28-4" "${_pinned_dependencies[@]}") optdepends=("libappindicator-gtk3: Systray indicator support" |