summarylogtreecommitdiffstats
path: root/PKGBUILD
blob: 7d7c5a236b6f7ad680ce93330f67bda160d05a9f (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
# Maintainer: Gordian Edenhofer <gordian.edenhofer@gmail.com>

pkgname=zoom
pkgver=2.9.265650.0716
pkgrel=1
pkgdesc="Video Conferencing and Web Conferencing Service"
arch=('x86_64')
license=('custom')
url="https://zoom.us/"
depends=('fontconfig' 'glib2' 'libpulse' 'libsm' 'libx11' 'libxcb' 'libxcomposite' 'libxfixes' 'libxi'
	'libxrandr' 'libxrender' 'libxshmfence' 'libxslt' 'mesa' 'nss' 'pulseaudio-alsa' 'xcb-util-image' 'xcb-util-keysyms')
options=(!strip)
source=("${pkgname}-${pkgver}_orig_x86_64.pkg.tar.xz"::"https://zoom.us/client/${pkgver}/zoom_x86_64.pkg.tar.xz")
sha512sums=('7f7a33164be07516556ff2ab5e9da35a537a20c82fc7110364c00be989048628647e2a538109a97ac8eb11a9fa711b24acc2c48a84059a8e7afc42245603db66')

package() {
	cp -dpr --no-preserve=ownership opt usr "${pkgdir}"
}