From 3d1443f77a166d9b34f4f27586d09b20bc7ed57b Mon Sep 17 00:00:00 2001 From: Stephen Seo Date: Thu, 2 Jun 2022 16:06:34 +0900 Subject: [PATCH] Update example config's comments --- example_config.toml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/example_config.toml b/example_config.toml index 0138832..8db2c8c 100644 --- a/example_config.toml +++ b/example_config.toml @@ -30,6 +30,10 @@ signing_gpg_key_fp = "04D9E3A2880F6418EC4BA70EA0F3F8FAA2088E62" # sccache supports the additional "sccache_cache_size" variable, which can be # set to a string such as "5G". If "sccache_cache_size' is not specified, then # "5G" is used. +# +# If the package does not exist at https://aur.archlinux.org/.git, a +# custom url can be specified with "repo_path". +# If the repo is not hosted via git at all, use 'repo_path="NO_REPO"' [[entry]] name = "arcanist-git" -- 2.49.0