E5ten / pacaur

An AUR helper that minimizes user interaction
https://bbs.archlinux.org/viewtopic.php?pid=1755144#p1755144
ISC License
110 stars 9 forks source link

/bin/pacaur : MakePkgs() : pkgsdeps - Array construction probably not working properly #33

Open arkadesOrg opened 2 weeks ago

arkadesOrg commented 2 weeks ago

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