diff options
author | Erich Eckner <git@eckner.net> | 2021-09-02 17:23:25 +0200 |
---|---|---|
committer | Erich Eckner <git@eckner.net> | 2021-09-02 17:23:25 +0200 |
commit | 77e639ddbdb5a77d907a7d4d7a30242b12be9247 (patch) | |
tree | 1f153f055f0298f868c61586b979827cd7418669 /teams/PKGBUILD | |
parent | faa02a8ec1bbc9eaf5b4f06bffd6b21c2115aeef (diff) | |
download | archlinuxewe-77e639ddbdb5a77d907a7d4d7a30242b12be9247.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 ac20251a9..9cadcb9b8 100644 --- a/teams/PKGBUILD +++ b/teams/PKGBUILD @@ -3,7 +3,7 @@ pkgname=teams pkgver=1.4.00.13653 -pkgrel=9 +pkgrel=10 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.1' 'nspr=4.32' - 'nss=3.69' + 'nss=3.69.1' ) depends=("gtk3" "libxss" "alsa-lib" "libxtst" "libsecret" "nss" "glibc>=2.28-4" "${_pinned_dependencies[@]}") optdepends=("libappindicator-gtk3: Systray indicator support" |