index : archweb32 | |
Archlinux32 website | gitolite user |
summaryrefslogtreecommitdiff |
-rw-r--r-- | packages/index.php | 2 |
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`,\":\"))," . |