Skip to content

Commit

Permalink
- depends also count as makedepends in arch linux
Browse files Browse the repository at this point in the history
  • Loading branch information
mlschroe committed Aug 24, 2012
1 parent 49b5a0e commit b8122fe
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Build/Arch.pm
Original file line number Diff line number Diff line change
Expand Up @@ -62,6 +62,7 @@ sub parse {
$ret->{'name'} = $vars{'pkgname'}->[0] if $vars{'pkgname'};
$ret->{'version'} = $vars{'pkgver'}->[0] if $vars{'pkgver'};
$ret->{'deps'} = $vars{'makedepends'} || [];
push @{$ret->{'deps'}}, @{$vars{'depends'} || []};
return $ret;
}

Expand Down

0 comments on commit b8122fe

Please sign in to comment.