diff options
author | Erich Eckner <erich.eckner.ext@bestsecret.com> | 2023-07-02 13:21:54 +0200 |
---|---|---|
committer | Erich Eckner <erich.eckner.ext@bestsecret.com> | 2023-07-02 13:21:54 +0200 |
commit | e1c8dd32e2c345ee64bdf725d93c522dc412f891 (patch) | |
tree | b694f94e9401d523dd2fab1f9450df7b7567859a /zoom | |
parent | 3151bdef9f935f1c2c8a9258f1de2036d8519a69 (diff) | |
download | archlinuxewe-e1c8dd32e2c345ee64bdf725d93c522dc412f891.tar.xz |
zoom: fix _pinned_dependencies
Diffstat (limited to 'zoom')
-rw-r--r-- | zoom/PKGBUILD | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/zoom/PKGBUILD b/zoom/PKGBUILD index 06044473f..3e34be5eb 100644 --- a/zoom/PKGBUILD +++ b/zoom/PKGBUILD @@ -56,12 +56,12 @@ _pinned_dependencies=( 'libxkbcommon-x11.so=0' 'libxrandr=1.5.3' 'libxtst=1.2.4' + 'libz.so=1' 'mesa=23.1.3' 'nspr=4.35' 'nss=3.91' 'xcb-util-image=0.4.1' 'xcb-util-keysyms=0.4.1' - 'zlib=1:1.2.13' ) depends=('fontconfig' 'glib2' 'libpulse' 'libsm' 'ttf-font' 'libx11' 'libxtst' 'libxcb' 'libxcomposite' 'libxfixes' 'libxi' 'libxcursor' 'libxkbcommon-x11' 'libxrandr' |