summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO3
-rw-r--r--PKGBUILD3
2 files changed, 4 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 9e86ef616841..32093d23178e 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = wemeet-bin
pkgdesc = Tencent Video Conferencing, tencent meeting 腾讯会议
pkgver = 3.19.2.400
- pkgrel = 2
+ pkgrel = 3
url = https://source.meeting.qq.com/download-center.html
arch = x86_64
arch = aarch64
@@ -30,6 +30,7 @@ pkgbase = wemeet-bin
depends = systemd-libs
depends = libxdamage
depends = qt5-svg
+ depends = libyuv
optdepends = qt5-wayland: Wayland support
optdepends = bubblewrap: Fix abnormal text color in dark mode and prevent messing files.
provides = wemeet
diff --git a/PKGBUILD b/PKGBUILD
index 824f1562563c..bfdd840dd4e5 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -8,7 +8,7 @@ pkgver=3.19.2.400
_pkgver_arm=3.19.1.401 # 两个版本有时候不一样
_x86_md5=fb7464ffb18b94a06868265bed984007
_arm_md5=206c30da5545dba38a29ccbc752dec94
-pkgrel=2
+pkgrel=3
pkgdesc="Tencent Video Conferencing, tencent meeting 腾讯会议"
arch=('x86_64' 'aarch64')
license=('unknown')
@@ -26,6 +26,7 @@ depends=(
gcc-libs qt5-declarative libglvnd libxfixes alsa-lib qt5-webchannel openssl
libxrandr libxext libx11 hicolor-icon-theme glibc zlib libxcomposite
qt5-base systemd-libs libxdamage qt5-svg
+ libyuv
)
optdepends=(
'qt5-wayland: Wayland support'