packages: parse_pkgbuilds: cache makepkg --printsrcinfo
output to SRCINFO, tie to PKGBUILD checksum in srcinfo_meta.json
This commit is contained in:
parent
b31160146b
commit
3b8242be19
2 changed files with 92 additions and 22 deletions
|
@ -194,3 +194,6 @@ MAKEPKG_CMD = [
|
|||
'--ignorearch',
|
||||
'--needed',
|
||||
]
|
||||
|
||||
SRCINFO_FILE = 'SRCINFO'
|
||||
SRCINFO_METADATA_FILE = 'srcinfo_meta.json'
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue