diff --git a/conf/config.proto b/conf/config.proto
index d20b533a..f726e977 100644
--- a/conf/config.proto
+++ b/conf/config.proto
@@ -19,6 +19,7 @@ max_filesize_uncompressed = 8388608
disable_http_login = 1
aur_location = http://localhost
cgit_uri = https://git.aur.archlinux.org/
+git_clone_uri = git://git.aur.archlinux.org/pub/git/%s.git/
max_rpc_results = 5000
aur_request_ml = aur-requests@archlinux.org
request_idle_time = 1209600
diff --git a/web/template/pkg_details.php b/web/template/pkg_details.php
index a94042c9..90360769 100644
--- a/web/template/pkg_details.php
+++ b/web/template/pkg_details.php
@@ -1,6 +1,7 @@
+
+ = __('Git Clone URL') . ': ' ?> |
+ = sprintf($git_clone_uri, htmlspecialchars($row['BaseName'])) ?> |
+
= __('Package Base') . ': ' ?> |
= htmlspecialchars($row['BaseName']); ?> |
diff --git a/web/template/pkgbase_details.php b/web/template/pkgbase_details.php
index 994c7bd6..3f8f4a5f 100644
--- a/web/template/pkgbase_details.php
+++ b/web/template/pkgbase_details.php
@@ -1,6 +1,7 @@
+
+ = __('Git Clone URL') . ': ' ?> |
+ = sprintf($git_clone_uri, htmlspecialchars($row['Name'])) ?> |
+
= __('Category') . ': ' ?> |