diff options
author | Sandor Nagy | 2024-07-31 22:23:47 +0200 |
---|---|---|
committer | Sandor Nagy | 2024-07-31 22:23:47 +0200 |
commit | b175a2bd8159654ea23a17d67ad55a753b2d3b28 (patch) | |
tree | 7b6a89d7527b4f7100556756553fe8dccbfdbe87 | |
parent | 4a7c3eb5691215ac9c296655812eb86aeec60489 (diff) | |
download | aur-viber.tar.gz |
Add numactl to deps to make videos playable
-rw-r--r-- | .SRCINFO | 3 | ||||
-rw-r--r-- | PKGBUILD | 5 |
2 files changed, 5 insertions, 3 deletions
@@ -1,7 +1,7 @@ pkgbase = viber pkgdesc = Proprietary cross-platform IM and VoIP software pkgver = 23.2.0.3 - pkgrel = 1 + pkgrel = 2 url = https://www.viber.com arch = x86_64 license = custom @@ -28,6 +28,7 @@ pkgbase = viber depends = openssl-1.1 depends = snappy depends = libjpeg + depends = numactl options = !strip source = viber-23.2.0.3.deb::https://download.cdn.viber.com/cdn/desktop/Linux/viber.deb sha256sums = f561e22365a5b2012108f92b42802e9e617a9526f69f9460409dbeb1d9d24a13 @@ -6,14 +6,15 @@ pkgname=viber pkgver=23.2.0.3 -pkgrel=1 +pkgrel=2 pkgdesc="Proprietary cross-platform IM and VoIP software" arch=('x86_64') url='https://www.viber.com' license=('custom') depends=('libxss' 'xcb-util-cursor' 'xcb-util-image' 'xcb-util-keysyms' 'xcb-util-renderutil' 'xcb-util-wm' 'libxss' 'openssl' 'libpulse' 'alsa-lib' 'nss' 'libxcomposite' 'libxcursor' 'libxdamage' - 'gst-plugins-base' 'gst-plugins-good' 'gst-plugins-ugly' 'gst-plugins-bad' 'gst-libav' 'libxslt' 'openssl-1.1' 'snappy' 'libjpeg') + 'gst-plugins-base' 'gst-plugins-good' 'gst-plugins-ugly' 'gst-plugins-bad' 'gst-libav' 'libxslt' 'openssl-1.1' + 'snappy' 'libjpeg' 'numactl') options=('!strip') source=("$pkgname-$pkgver.deb::https://download.cdn.viber.com/cdn/desktop/Linux/viber.deb") sha256sums=('f561e22365a5b2012108f92b42802e9e617a9526f69f9460409dbeb1d9d24a13') |