vufa / deepin-wine-wechat-arch

Tencent WeChat on Deepin Wine(com.qq.weixin.deepin) For Archlinux
https://aur.archlinux.org/packages/deepin-wine-wechat/
1.13k stars 57 forks source link

Missing dependency deepin-udis86 on AUR #269

Closed campagnani closed 1 year ago

campagnani commented 1 year ago

As you can see don't have deepin-udis86 on AUR today.

So when I use a AUR Helper, like paru:

paru -S deepin-wine-wechat

I recive the following error:

error: could not find all required packages:
    deepin-udis86 (wanted by: deepin-wine-wechat -> deepin-wine6-stable)

I solve it doing

git clone https://github.com/JohnMasoner/deepin-udis86.git
cd deepin-udis86
makepkg -si

before execute paru installation.

But it's possible put deepin-udis86 on AUR to AUR Helper's work's without intervention?

Thank's!

vufa commented 1 year ago

https://bbs.archlinuxcn.org/viewtopic.php?id=13064

deepin-udis86 has been replaced by lib32-udis86-git, you can manually install it to solve this problem:

# import gpg key according to PKGBUILD
curl https://github.com/canihavesomecoffee.gpg | gpg --import
# install lib32-udis86-git
yay -S lib32-udis86-git