Commit 95c9006e authored by Jelle van der Waa's avatar Jelle van der Waa
Browse files

bin: Arch Linux add link to package page

Add a link to the Arch Linux specific package page in the reproducible
overview table.
parent 9f58a8df
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -1030,7 +1030,7 @@ create_pkg_html() {

	echo "     <tr>" >> $HTML_BUFFER
	echo "      <td>$REPOSITORY</td>" >> $HTML_BUFFER
	echo "      <td>$SRCPACKAGE</td>" >> $HTML_BUFFER
	echo "      <td><a href=\"https://www.archlinux.org/packages/$REPOSITORY/x86_64/$SRCPACKAGE/\">$SRCPACKAGE</a></td>" >> $HTML_BUFFER
	echo "      <td>$VERSION</td>" >> $HTML_BUFFER
	echo "      <td>" >> $HTML_BUFFER
	#