mirror of
https://gitlab.archlinux.org/archlinux/aurweb.git
synced 2025-02-03 10:43:03 +01:00
Rename "depend" field to "depends" in .AURINFO
This field has been renamed in a revision of the .AURINFO format. Signed-off-by: Lukas Fleischer <archlinux@cryptocrack.de>
This commit is contained in:
parent
7fa50acc72
commit
b0c55ae5c6
1 changed files with 1 additions and 1 deletions
|
@ -277,7 +277,7 @@ if ($uid):
|
|||
case 'pkgver':
|
||||
$pkg_version = $value;
|
||||
break;
|
||||
case 'depend':
|
||||
case 'depends':
|
||||
$depends[] = $value;
|
||||
break;
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue