diff options
author | Erich Eckner <git@eckner.net> | 2022-03-22 01:46:22 +0100 |
---|---|---|
committer | Erich Eckner <git@eckner.net> | 2022-03-22 01:46:22 +0100 |
commit | a95a50c4c1ccc1871385dc65b0d4cce41732fd81 (patch) | |
tree | 644e3f4f60e1b49a8625d2bfd8cd89fc97049beb /teams | |
parent | 21527ffb863298ff60743491f696ea799ab216f1 (diff) | |
download | archlinuxewe-a95a50c4c1ccc1871385dc65b0d4cce41732fd81.tar.xz |
teams: rebuild
Diffstat (limited to 'teams')
-rw-r--r-- | teams/PKGBUILD | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/teams/PKGBUILD b/teams/PKGBUILD index 4e4078b01..b7fcaf890 100644 --- a/teams/PKGBUILD +++ b/teams/PKGBUILD @@ -3,15 +3,15 @@ pkgname=teams pkgver=1.4.00.26453 -pkgrel=30 +pkgrel=31 pkgdesc="Microsoft Teams for Linux is your chat-centered workspace in Office 365" arch=('x86_64') url="https://teams.microsoft.com/downloads" license=('custom') _pinned_dependencies=( 'at-spi2-atk=2.38.0' - 'at-spi2-core=2.42.0' - 'cairo=1.17.4' + 'at-spi2-core=2.44.0' + 'cairo=1.17.6' 'gcc-libs=11.2.0' 'glibc>=2.33' 'libasound.so=2' |