diff options
author | Erich Eckner <git@eckner.net> | 2022-05-02 09:03:28 +0200 |
---|---|---|
committer | Erich Eckner <git@eckner.net> | 2022-05-02 09:19:18 +0200 |
commit | 1d45f9319bf510dbb5cdaacfc43dbbb33d27d234 (patch) | |
tree | 289a405c550a22d9bafecf0346ee954b0fd269b6 /teams | |
parent | 86dcf61fb4ee783ca57cbbc0accc908a83c4a751 (diff) | |
download | archlinuxewe-1d45f9319bf510dbb5cdaacfc43dbbb33d27d234.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 c396449dc..084046e44 100644 --- a/teams/PKGBUILD +++ b/teams/PKGBUILD @@ -3,7 +3,7 @@ pkgname=teams pkgver=1.4.00.26453 -pkgrel=42 +pkgrel=43 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.5' + 'libx11=1.8' 'libxcb=1.14' 'libxcomposite=0.4.5' 'libxcursor=1.2.1' |