mirror of
https://gitlab.archlinux.org/archlinux/aurweb.git
synced 2025-02-03 10:43:03 +01:00
added separate link to PKGBUILD for packages in unsupported to pkg detail page
closes bug #3005
This commit is contained in:
parent
6d79fe0c27
commit
a00af12557
1 changed files with 1 additions and 1 deletions
|
@ -347,7 +347,7 @@ function package_details($id=0, $SID="") {
|
||||||
print "<tr>\n";
|
print "<tr>\n";
|
||||||
print " <td class='boxSoft' colspan='2'><span class='f3'>";
|
print " <td class='boxSoft' colspan='2'><span class='f3'>";
|
||||||
if ($row["LocationID"] == 2) {
|
if ($row["LocationID"] == 2) {
|
||||||
print "<a href='".$row['URLPath']."'>".__("Tarball")."</a> :: <a href='".dirname($row['URLPath'])."/".$row['Name']."'>".__("Files")."</a></span></td>";
|
print "<a href='".$row['URLPath']."'>".__("Tarball")."</a> :: <a href='".dirname($row['URLPath'])."/".$row['Name']."'>".__("Files")."</a> :: <a href='".dirname($row['URLPath'])."/".$row['Name']."/PKGBUILD'>PKGBUILD</a></span></td>";
|
||||||
} elseif ($row["LocationID"] == 3) {
|
} elseif ($row["LocationID"] == 3) {
|
||||||
print "<a href='http://cvs.archlinux.org/cgi-bin/viewcvs.cgi/" . $row["Category"] . "/" . $row["Name"] . "/?cvsroot=AUR&only_with_tag=CURRENT'>CVS</td>";
|
print "<a href='http://cvs.archlinux.org/cgi-bin/viewcvs.cgi/" . $row["Category"] . "/" . $row["Name"] . "/?cvsroot=AUR&only_with_tag=CURRENT'>CVS</td>";
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Reference in a new issue