diff options
author | Lukas Fleischer <archlinux@cryptocrack.de> | 2014-01-17 11:34:16 +0100 |
---|---|---|
committer | Lukas Fleischer <archlinux@cryptocrack.de> | 2014-01-17 11:35:04 +0100 |
commit | b0c55ae5c6698f26b6671f248b5bc87eb9b93cdf (patch) | |
tree | 054e8fa2da7bb40dd192a4376ac9e4b1084a0091 /web/html | |
parent | 7fa50acc72bb6cef97e4bf0043d36a77b159df38 (diff) | |
download | aur-b0c55ae5c6698f26b6671f248b5bc87eb9b93cdf.tar.gz aur-b0c55ae5c6698f26b6671f248b5bc87eb9b93cdf.tar.xz |
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>
Diffstat (limited to 'web/html')
-rw-r--r-- | web/html/pkgsubmit.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/web/html/pkgsubmit.php b/web/html/pkgsubmit.php index a2ec6dd9..49fb1b28 100644 --- a/web/html/pkgsubmit.php +++ b/web/html/pkgsubmit.php @@ -277,7 +277,7 @@ if ($uid): case 'pkgver': $pkg_version = $value; break; - case 'depend': + case 'depends': $depends[] = $value; break; } |