summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorLukas Fleischer <archlinux@cryptocrack.de>2014-01-17 11:34:16 +0100
committerLukas Fleischer <archlinux@cryptocrack.de>2014-01-17 11:35:04 +0100
commitb0c55ae5c6698f26b6671f248b5bc87eb9b93cdf (patch)
tree054e8fa2da7bb40dd192a4376ac9e4b1084a0091
parent7fa50acc72bb6cef97e4bf0043d36a77b159df38 (diff)
downloadaur-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>
-rw-r--r--web/html/pkgsubmit.php2
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;
}