Skip to content

Commit

Permalink
1.0.7 - fix codename_makedepends
Browse files Browse the repository at this point in the history
  • Loading branch information
RudraSwat committed Jan 31, 2022
1 parent c7cec8d commit 14c03d8
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<div id="top"></div>

<h1 align="center">Una</h1>
<h3 align="center">v1.0.6</h3>
<h3 align="center">v1.0.7</h3>

<br>

Expand Down
2 changes: 1 addition & 1 deletion una
Original file line number Diff line number Diff line change
Expand Up @@ -101,7 +101,7 @@ _install() {
codename_depends="${VERSION_CODENAME}_depends"
codename_makedepends="${VERSION_CODENAME}_makedepends"
[ "${!codename_depends}" != "" ] && eval "depends=(\${$codename_depends[*]})"
[ "${!codename_makedepends}" != "" ] && eval "depends=(\${$codename_makedepends[*]})"
[ "${!codename_makedepends}" != "" ] && eval "makedepends=(\${$codename_makedepends[*]})"

info "installing dependencies of ${pkgname}"
for depend in "${depends[@]}" "${makedepends[@]}" "${checkdepends[@]}" "${new_optdepends[@]}"; do
Expand Down

0 comments on commit 14c03d8

Please sign in to comment.