diff options
author | Erich Eckner <git@eckner.net> | 2022-04-22 08:24:20 +0200 |
---|---|---|
committer | Erich Eckner <git@eckner.net> | 2022-04-22 08:24:20 +0200 |
commit | 9161a9b3cc5e5e254a639950b58ea74c6009875c (patch) | |
tree | 41cdb74393219392cc4adf33448c67498c2d6cd1 /teams | |
parent | 83a06779ccbb1df5f026f54f239317f0af3c6308 (diff) | |
download | archlinuxewe-9161a9b3cc5e5e254a639950b58ea74c6009875c.tar.xz |
teams: rebuild
Diffstat (limited to 'teams')
-rw-r--r-- | teams/PKGBUILD | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/teams/PKGBUILD b/teams/PKGBUILD index 027248409..d03f1c9f1 100644 --- a/teams/PKGBUILD +++ b/teams/PKGBUILD @@ -3,14 +3,14 @@ pkgname=teams pkgver=1.4.00.26453 -pkgrel=38 +pkgrel=39 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.44.0' + 'at-spi2-core=2.44.1' 'cairo=1.17.6' 'gcc-libs=11.2.0' 'glibc>=2.33' |