From 11c29cf00d1dbd1da94eaa4c2fc02465dd2f323d Mon Sep 17 00:00:00 2001 From: Vufa Date: Mon, 16 Jan 2023 13:02:37 +0800 Subject: [PATCH] Use 'lib32-udis86-git' instead of 'deepin-udis86'. Signed-off-by: Vufa --- .SRCINFO | 3 ++- PKGBUILD | 2 +- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/.SRCINFO b/.SRCINFO index d8d93ad..b59f54f 100644 --- a/.SRCINFO +++ b/.SRCINFO @@ -7,8 +7,9 @@ pkgbase = deepin-wine-wechat arch = x86_64 license = custom depends = p7zip + depends = lib32-udis86-git depends = deepin-wine6-stable>=6.0.0.39-1 - depends = deepin-wine-helper>=5.1.43_1-1 + depends = deepin-wine-helper>=5.1.45_1-1 depends = xorg-xwininfo depends = wqy-microhei depends = lib32-alsa-lib diff --git a/PKGBUILD b/PKGBUILD index ae5aba0..0e797ea 100644 --- a/PKGBUILD +++ b/PKGBUILD @@ -10,7 +10,7 @@ pkgdesc="Tencent WeChat on Deepin Wine(${debpkgname}) For Archlinux" arch=("x86_64") url="https://weixin.qq.com/" license=('custom') -depends=('p7zip' 'deepin-wine6-stable>=6.0.0.39-1' 'deepin-wine-helper>=5.1.43_1-1' 'xorg-xwininfo' 'wqy-microhei' 'lib32-alsa-lib' 'lib32-alsa-plugins' 'lib32-libpulse' 'lib32-openal' 'lib32-mpg123' 'lib32-libldap') +depends=('p7zip' 'lib32-udis86-git' 'deepin-wine6-stable>=6.0.0.39-1' 'deepin-wine-helper>=5.1.45_1-1' 'xorg-xwininfo' 'wqy-microhei' 'lib32-alsa-lib' 'lib32-alsa-plugins' 'lib32-libpulse' 'lib32-openal' 'lib32-mpg123' 'lib32-libldap') optdepends=('noto-fonts-sc: display some Chinese characters' 'lib32-nvidia-utils: required for nvidia graphics card') conflicts=('deepin-wechat')