diff options
author | Erich Eckner <git@eckner.net> | 2023-02-14 20:13:35 +0100 |
---|---|---|
committer | Erich Eckner <git@eckner.net> | 2023-02-14 20:13:35 +0100 |
commit | f7b31a8355db7c1dc0402ed208b707f93aea610c (patch) | |
tree | a4c7747067dd421df0a023a3babeb4ad93a72832 /teams/PKGBUILD | |
parent | 5087242fd733f5d87a08f7f5fd6ea0805ab69856 (diff) | |
download | archlinuxewe-f7b31a8355db7c1dc0402ed208b707f93aea610c.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 8a2673c06..063606d4c 100644 --- a/teams/PKGBUILD +++ b/teams/PKGBUILD @@ -3,7 +3,7 @@ pkgname=teams pkgver=1.5.00.23861 -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.4' 'mesa=22.3.4' 'nspr=4.35' - 'nss=3.87' + 'nss=3.88.1' ) depends=("gtk3" "libxss" "alsa-lib" "libxtst" "libsecret" "nss" "glibc>=2.28-4" "${_pinned_dependencies[@]}") makedepends=(nodejs-lts-fermium) |