diff options
author | Erich Eckner <git@eckner.net> | 2021-07-10 19:14:35 +0200 |
---|---|---|
committer | Erich Eckner <git@eckner.net> | 2021-07-10 19:14:35 +0200 |
commit | fe9899be432a622d4ffd619d71ee2648e6cf1faf (patch) | |
tree | 5b656104fdbeb065c28a89f05ebc3b56cd0cd25b /teams | |
parent | 3afc4e72195b91bf2fbcb54095283799ce6b33b6 (diff) | |
download | archlinuxewe-fe9899be432a622d4ffd619d71ee2648e6cf1faf.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 4b2512db3..e1bec6a1a 100644 --- a/teams/PKGBUILD +++ b/teams/PKGBUILD @@ -3,14 +3,14 @@ pkgname=teams pkgver=1.4.00.13653 -pkgrel=3 +pkgrel=4 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.40.2' + 'at-spi2-core=2.40.3' 'cairo=1.17.4' 'gcc-libs=11.1.0' 'glibc>=2.33' @@ -40,7 +40,7 @@ _pinned_dependencies=( 'libxrandr=1.5.2' 'libxrender=0.9.10' 'libxtst=1.2.3' - 'mesa=21.1.3' + 'mesa=21.1.4' 'nspr=4.32' 'nss=3.67' ) |