kbumsik / VirtScreen

Make your iPad/tablet/computer into a secondary monitor on Linux.
GNU General Public License v3.0
1.67k stars 111 forks source link

AUR package is broken #79

Open CodePurble opened 4 years ago

CodePurble commented 4 years ago

The AUR package fails to build and gives the following errors:

fatal: repository '$HOME/.cache/yay/virtscreen/src' does not exist
==> ERROR: Failure while creating working copy of src git repo
    Aborting...
error making: virtscreen

System info: DIstro: Arch Linux Kernel: 5.9.10-arch1-1 Window Manager: herbstluftwm

jose1711 commented 3 years ago

AUR issues belong here: https://aur.archlinux.org/packages/virtscreen/

Also it builds for me correctly on Arch Linux, maybe you'd want to try manually like this:

yay -G virtscreen
cd virtscreen
makepkg -fi
CodePurble commented 3 years ago

It still doesn't build, dependency problems. Building from source does seem to work better.