diff options
author | Erich Eckner <git@eckner.net> | 2022-04-03 20:26:58 +0200 |
---|---|---|
committer | Erich Eckner <git@eckner.net> | 2022-04-03 20:26:58 +0200 |
commit | c11e081c2278018a9a66e17546f030f21862b1d1 (patch) | |
tree | d0b3b4c6f73e07748807207f64cd8eee16b82309 | |
parent | a48250399bc3f0e8c9c18bdbe3c287a56353c394 (diff) | |
download | archlinuxewe-c11e081c2278018a9a66e17546f030f21862b1d1.tar.xz |
teams: rebuild
-rw-r--r-- | teams/PKGBUILD | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/teams/PKGBUILD b/teams/PKGBUILD index 8c097a433..cbb894d9b 100644 --- a/teams/PKGBUILD +++ b/teams/PKGBUILD @@ -3,7 +3,7 @@ pkgname=teams pkgver=1.4.00.26453 -pkgrel=33 +pkgrel=34 pkgdesc="Microsoft Teams for Linux is your chat-centered workspace in Office 365" arch=('x86_64') url="https://teams.microsoft.com/downloads" @@ -29,7 +29,7 @@ _pinned_dependencies=( 'libpango-1.0.so=0' 'libpangocairo-1.0.so=0' 'libsecret-1.so=0' - 'libx11=1.7.3.1' + 'libx11=1.7.4' 'libxcb=1.14' 'libxcomposite=0.4.5' 'libxcursor=1.2.0' @@ -42,7 +42,7 @@ _pinned_dependencies=( 'libxtst=1.2.3' 'mesa=22.0.0' 'nspr=4.33' - 'nss=3.76.1' + 'nss=3.77' ) depends=("gtk3" "libxss" "alsa-lib" "libxtst" "libsecret" "nss" "glibc>=2.28-4" "${_pinned_dependencies[@]}") makedepends=(nodejs-lts-fermium) |