diff --git a/download.go b/download.go index 675ef3b..9d328f4 100644 --- a/download.go +++ b/download.go @@ -14,9 +14,7 @@ import ( "github.com/Jguer/yay/v9/pkg/types" ) -const ( - gitDiffRefName = "AURUTILS_SEEN" -) +const gitDiffRefName = "AUR_SEEN" // Decide what download method to use: // Use the config option when the destination does not already exits