diff options
author | Erich Eckner <git@eckner.net> | 2022-06-09 14:57:58 +0200 |
---|---|---|
committer | Erich Eckner <git@eckner.net> | 2022-06-09 14:57:58 +0200 |
commit | 9ce799205b1104d095a191cd985548c95e56f186 (patch) | |
tree | a61a398cbfd803c6ce8fab30a2686887c68813b2 /teams | |
parent | 7a5c34dc1c5d69d812356fc6b86a264aa0a22f1f (diff) | |
download | archlinuxewe-9ce799205b1104d095a191cd985548c95e56f186.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 8172ada32..c778bfdc7 100644 --- a/teams/PKGBUILD +++ b/teams/PKGBUILD @@ -3,7 +3,7 @@ pkgname=teams pkgver=1.5.00.10453 -pkgrel=9 +pkgrel=10 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.8' + 'libx11=1.8.1' 'libxcb=1.15' 'libxcomposite=0.4.5' 'libxcursor=1.2.1' |