summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorAlexander Sulfrian2022-02-15 14:44:34 +0100
committerAlexander Sulfrian2022-02-15 14:44:34 +0100
commitf089338d33b705f4cb1e59ce98fea70664e0660d (patch)
tree3c2dac2458c9fb57e4a0cc812733f756c12fcd1a /PKGBUILD
parent297058f298f732009238ffe5b17ebb39187a6e75 (diff)
downloadaur-f089338d33b705f4cb1e59ce98fea70664e0660d.tar.gz
Add libxcrypt-compat dependency
This should fix the issues after the latest glibc update.
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD3
1 files changed, 2 insertions, 1 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 1a11157fe4bc..83652ec0d5b3 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Alexander Sulfrian <asulfrian@zedat.fu-berlin.de>
pkgname=webex-bin
pkgver=42.2.0.21338
-pkgrel=1
+pkgrel=2
pkgdesc="Webex for Linux"
arch=('x86_64')
url="https://www.webex.com/"
@@ -17,6 +17,7 @@ depends=('alsa-lib'
'libpulse'
'libsecret'
'libxcb'
+ 'libxcrypt-compat'
'libxkbcommon-x11'
'mesa'
'nspr'