summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorSandor Nagy2024-07-31 22:23:47 +0200
committerSandor Nagy2024-07-31 22:23:47 +0200
commitb175a2bd8159654ea23a17d67ad55a753b2d3b28 (patch)
tree7b6a89d7527b4f7100556756553fe8dccbfdbe87
parent4a7c3eb5691215ac9c296655812eb86aeec60489 (diff)
downloadaur-viber.tar.gz
Add numactl to deps to make videos playable
-rw-r--r--.SRCINFO3
-rw-r--r--PKGBUILD5
2 files changed, 5 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 9f97197008e1..3e1ce9d093c1 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -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
diff --git a/PKGBUILD b/PKGBUILD
index 9a45c43b758b..07ee5d64c43f 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -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')