From f16ea1684b049adf3330f83d2f61b6978c33ac27 Mon Sep 17 00:00:00 2001 From: InsanePrawn Date: Thu, 6 Oct 2022 23:30:16 +0200 Subject: [PATCH] constants: rename SRCINFO to .SRCINFO --- constants.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/constants.py b/constants.py index de87f04..526f47a 100644 --- a/constants.py +++ b/constants.py @@ -156,8 +156,8 @@ MAKEPKG_CMD = [ '--needed', ] -SRCINFO_FILE = 'SRCINFO' -SRCINFO_METADATA_FILE = 'srcinfo_meta.json' +SRCINFO_FILE = '.SRCINFO' +SRCINFO_METADATA_FILE = '.srcinfo_meta.json' FLAVOUR_INFO_FILE = 'flavourinfo.json' FLAVOUR_DESCRIPTION_PREFIX = 'kupfer flavour:'