summaryrefslogtreecommitdiffstats
path: root/conf
diff options
context:
space:
mode:
authorJanne Heß <jannehess@gmail.com>2017-02-12 17:37:38 +0100
committerLukas Fleischer <lfleischer@archlinux.org>2017-02-12 17:53:13 +0100
commit9df1bd5fe2f781d1b8341496378c605b34cde64f (patch)
tree8be87405f43e58da970fb2d6f3c2b52d4088d838 /conf
parent3a167a109b240ef7c8c2fa7363156456c6861521 (diff)
downloadaur-9df1bd5fe2f781d1b8341496378c605b34cde64f.tar.gz
aur-9df1bd5fe2f781d1b8341496378c605b34cde64f.tar.xz
Add direct links to each source file
Currently, each source file which is an external link (http://, https://, ...) is a clickable link. This commit extends the behaviour by making files from the repository clickable as well. The link brings the user to the corresponding cgit page. Also, the link to the PKGBUILD is altered to make the configuration more consistent. Signed-off-by: Janne Heß <jannehess@gmail.com> Signed-off-by: Lukas Fleischer <lfleischer@archlinux.org>
Diffstat (limited to 'conf')
-rw-r--r--conf/config.proto2
1 files changed, 1 insertions, 1 deletions
diff --git a/conf/config.proto b/conf/config.proto
index c1be2816..01a907a6 100644
--- a/conf/config.proto
+++ b/conf/config.proto
@@ -27,7 +27,7 @@ aur_request_ml = aur-requests@archlinux.org
request_idle_time = 1209600
auto_orphan_age = 15552000
auto_delete_age = 86400
-pkgbuild_uri = https://aur.archlinux.org/cgit/aur.git/tree/PKGBUILD?h=%s
+source_file_uri = https://aur.archlinux.org/cgit/aur.git/tree/%s?h=%s
log_uri = https://aur.archlinux.org/cgit/aur.git/log/?h=%s
snapshot_uri = /cgit/aur.git/snapshot/%s.tar.gz
enable-maintenance = 1