summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--packages/index.php2
1 files changed, 2 insertions, 0 deletions
diff --git a/packages/index.php b/packages/index.php
index 08c7048..a99744c 100644
--- a/packages/index.php
+++ b/packages/index.php
@@ -123,6 +123,7 @@ require_once BASE . "/lib/format.php";
$result = mysql_run_query(
"SELECT " .
"`binary_packages`.`pkgname`," .
+ "`package_sources`.`pkgbase`," .
"`repositories`.`name` AS `repo`," .
"`architectures`.`name` AS `arch`," .
"CONCAT(IF(`binary_packages`.`epoch`=\"0\",\"\",CONCAT(`binary_packages`.`epoch`,\":\"))," .
@@ -218,6 +219,7 @@ require_once BASE . "/lib/format.php";
$result = mysql_run_query(
"SELECT " .
"`binary_packages`.`pkgname`," .
+ "`package_sources`.`pkgbase`," .
"`repositories`.`name` AS `repo`," .
"`architectures`.`name` AS `arch`," .
"CONCAT(IF(`binary_packages`.`epoch`=\"0\",\"\",CONCAT(`binary_packages`.`epoch`,\":\"))," .