@stfm5 I totally agree with you. In my case, the problem seemed to be related to the configuration on the OpenVPN server. So, I focused my solution on that, and it could be useful for someone else too!
By the way, I created a Python script based on your suggestion. However, it seems like I need to use sudo privileges to downgrade with pacman -U ...version2.74.1 and make my file easier and add a revert button. Unfortunately, I couldn't accomplish it the way I wanted to in the limited time I had. It is working but combining with console... If I have more time, I will probably end up doing it the way that suits me best. For now, it's easier to do it via the console.
Pinned Comments
bhyoo commented on 2024-07-08 11:46 (UTC) (edited on 2024-07-08 11:47 (UTC) by bhyoo)
If you have trouble with building it, please run
yay -Scc
oryay -Sc
.FYI. I replaced
gdbuspp-git
withgdbuspp
in the PKGBUILD dependency, and it seems that the build fails because the locally cached PKGBUILD is not updated.