From 5d3561e08e60ee9da837e755f11989cb8ecd4eee Mon Sep 17 00:00:00 2001 From: Stephen Seo Date: Thu, 2 Jun 2022 16:08:48 +0900 Subject: [PATCH] Update example config comments --- example_config.toml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/example_config.toml b/example_config.toml index 8db2c8c..62fa127 100644 --- a/example_config.toml +++ b/example_config.toml @@ -34,6 +34,9 @@ signing_gpg_key_fp = "04D9E3A2880F6418EC4BA70EA0F3F8FAA2088E62" # 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"' +# +# If the REPO_NAME in https://aur.archlinux.org/.git is different +# from "name", then it can be specified with the "pkg_name" variable. [[entry]] name = "arcanist-git"