summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorSandor Nagy2023-10-10 19:00:30 +0200
committerSandor Nagy2023-10-10 19:00:30 +0200
commit253356e05e09c6af8e3e4bbb6fc47a2b6a9e76cf (patch)
tree19d96e2f47b9da4d6a26632b6e2542e4ebca7464
parentcfaa6305fee54d28670abd1a8bfd9a16ad36bf55 (diff)
downloadaur-253356e05e09c6af8e3e4bbb6fc47a2b6a9e76cf.tar.gz
Add xcb-util-cursor dependency
-rw-r--r--.SRCINFO3
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 250a7f45fcf1..337588f8a163 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,11 +1,12 @@
pkgbase = viber
pkgdesc = Proprietary cross-platform IM and VoIP software
pkgver = 21.0.0.1
- pkgrel = 1
+ pkgrel = 2
url = https://www.viber.com
arch = x86_64
license = custom
depends = libxss
+ depends = xcb-util-cursor
depends = xcb-util-image
depends = xcb-util-keysyms
depends = xcb-util-renderutil
diff --git a/PKGBUILD b/PKGBUILD
index 48b7cef03810..40c9a2661eae 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -6,12 +6,12 @@
pkgname=viber
pkgver=21.0.0.1
-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-image' 'xcb-util-keysyms' 'xcb-util-renderutil' 'xcb-util-wm' 'libxss'
+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')
options=('!strip')