packages/cli: cmd_check(): add noextract PKGBUILD field

This commit is contained in:
InsanePrawn 2023-04-24 01:40:10 +02:00
parent 7945a4756f
commit dbc512ee3f

View file

@ -377,6 +377,7 @@ def cmd_check(paths):
commit_key: is_git_package,
source_key: False,
sha256sums_key: False,
'noextract': False,
}
pkgbuild_path = os.path.join(config.get_path('pkgbuilds'), package.path, 'PKGBUILD')
with open(pkgbuild_path, 'r') as file: