[aur-dev] [PATCH 4/4] Default to ordering packages by popularity

Lukas Fleischer lfleischer at archlinux.org
Thu Jun 11 17:06:54 UTC 2015


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

diff --git a/web/html/packages.php b/web/html/packages.php
index 76f7563..75a574e 100644
--- a/web/html/packages.php
+++ b/web/html/packages.php
@@ -89,7 +89,7 @@ if (isset($pkgid)) {
 	}
 } else {
 	if (!isset($_GET['K']) && !isset($_GET['SB'])) {
-		$_GET['SB'] = 'v';
+		$_GET['SB'] = 'p';
 		$_GET['SO'] = 'd';
 	}
 	if (isset($_COOKIE["AURSID"])) {
-- 
2.4.2


More information about the aur-dev mailing list