Skip to content

Commit

Permalink
Merge pull request #48 from 2m/fix/false-positive-depends-2m
Browse files Browse the repository at this point in the history
Make dependency parsing more strict
  • Loading branch information
2m authored Oct 24, 2023
2 parents 7af6c2f + 156b5c6 commit 4302288
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion entrypoint.sh
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ pkgname=$(grep -E 'pkgname' .SRCINFO | sed -e 's/.*= //')

install_deps() {
# install all package dependencies
grep -E 'depends' .SRCINFO | \
grep -E 'depends =' .SRCINFO | \
sed -e 's/.*depends = //' -e 's/:.*//' | \
xargs yay -S --noconfirm --needed
}
Expand Down

0 comments on commit 4302288

Please sign in to comment.