Open arkadesOrg opened 2 weeks ago
Hey!
I did pacaur -S element-desktop-git and got the following error
pacaur -S element-desktop-git
"/usr/share/makepkg/util/util.sh: line 80: cd: /home/arkade/buildsystem/element-desktop-git,element-web-git: No such file or directory"
where /home/arkade/buildsystem is my custom AURDEST
I found that the issue is caused by /bin/pacaur function MakePkgs() where the pkgsdeps array is now constructed differently.
Kind regards
Hey!
I did
pacaur -S element-desktop-git
and got the following error"/usr/share/makepkg/util/util.sh: line 80: cd: /home/arkade/buildsystem/element-desktop-git,element-web-git: No such file or directory"
where /home/arkade/buildsystem is my custom AURDEST
I found that the issue is caused by /bin/pacaur function MakePkgs() where the pkgsdeps array is now constructed differently.
Kind regards