diff options
author | Erich Eckner <git@eckner.net> | 2022-05-02 19:16:30 +0200 |
---|---|---|
committer | Erich Eckner <git@eckner.net> | 2022-05-02 19:16:30 +0200 |
commit | 94994e8c7d32ebdd1fd75a778e8d7353740fb13d (patch) | |
tree | 926513e87f4c01820a3a1180abbfa0ca8f8a3ea5 /teams | |
parent | 20294422429ca4d2a1d0442c2e61d9503248fa62 (diff) | |
download | archlinuxewe-94994e8c7d32ebdd1fd75a778e8d7353740fb13d.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 3b3c18221..2fba86283 100644 --- a/teams/PKGBUILD +++ b/teams/PKGBUILD @@ -3,7 +3,7 @@ pkgname=teams pkgver=1.4.00.26453 -pkgrel=44 +pkgrel=45 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' |