[aur-dev] [PATCH/RFC 1/6] Rename "depend" field to "depends" in .AURINFO

Lukas Fleischer archlinux at cryptocrack.de
Fri Jan 17 05:46:24 EST 2014


This field has been renamed in a revision of the .AURINFO format.

Signed-off-by: Lukas Fleischer <archlinux at cryptocrack.de>
---
 web/html/pkgsubmit.php | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/web/html/pkgsubmit.php b/web/html/pkgsubmit.php
index a2ec6dd..49fb1b2 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;
 			}
-- 
1.8.5.3



More information about the aur-dev mailing list