diff options
-rw-r--r-- | .SRCINFO | 3 | ||||
-rw-r--r-- | PKGBUILD | 3 |
2 files changed, 4 insertions, 2 deletions
@@ -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 @@ -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' |