diff options
author | Erich Eckner <git@eckner.net> | 2021-07-04 07:26:12 +0200 |
---|---|---|
committer | Erich Eckner <git@eckner.net> | 2021-07-04 07:26:12 +0200 |
commit | f6726b5ef842146a7453636def78f896ba295ae9 (patch) | |
tree | 8dbdee7bfc6b7f5f5755d864d32b4d6f1a30e327 /teams | |
parent | d69b887a90b29903641d9fb2ddf4fa2fc8a714e5 (diff) | |
download | archlinuxewe-f6726b5ef842146a7453636def78f896ba295ae9.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 7b994157c..1cc477bf2 100644 --- a/teams/PKGBUILD +++ b/teams/PKGBUILD @@ -3,7 +3,7 @@ pkgname=teams pkgver=1.4.00.13653 -pkgrel=1 +pkgrel=2 pkgdesc="Microsoft Teams for Linux is your chat-centered workspace in Office 365" arch=('x86_64') url="https://teams.microsoft.com/downloads" @@ -41,7 +41,7 @@ _pinned_dependencies=( 'libxrender=0.9.10' 'libxtst=1.2.3' 'mesa=21.1.3' - 'nspr=4.31' + 'nspr=4.32' 'nss=3.67' ) depends=("gtk3" "libxss" "alsa-lib" "libxtst" "libsecret" "nss" "glibc>=2.28-4" "${_pinned_dependencies[@]}") |