diff options
author | Erich Eckner <git@eckner.net> | 2022-02-06 20:32:47 +0100 |
---|---|---|
committer | Erich Eckner <git@eckner.net> | 2022-02-06 20:32:47 +0100 |
commit | 8276596a9e4d91782f02856688ba4f866ef74352 (patch) | |
tree | fbb28be2b0f593100bc5595a68160cd3258158ac /teams | |
parent | ea5816556f27e19efb27a8bc44bba9a8f79082d7 (diff) | |
download | archlinuxewe-8276596a9e4d91782f02856688ba4f866ef74352.tar.xz |
teams: rebuild
Diffstat (limited to 'teams')
-rw-r--r-- | teams/PKGBUILD | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/teams/PKGBUILD b/teams/PKGBUILD index 356e47aac..ad61cbccf 100644 --- a/teams/PKGBUILD +++ b/teams/PKGBUILD @@ -3,7 +3,7 @@ pkgname=teams pkgver=1.4.00.26453 -pkgrel=21 +pkgrel=22 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.5' 'nspr=4.33' - 'nss=3.74' + 'nss=3.75' ) depends=("gtk3" "libxss" "alsa-lib" "libxtst" "libsecret" "nss" "glibc>=2.28-4" "${_pinned_dependencies[@]}") optdepends=("libappindicator-gtk3: Systray indicator support" |