pmb.config.apkbuild_attributes: Add _pkgbase and _pkgsnap (MR 2208)

Parse _pkgbase and _pkgsnap variables in pkgver for gcc.
This commit is contained in:
David Wronek 2022-09-30 21:00:18 +02:00
parent b262609199
commit b9e7a98c07
No known key found for this signature in database
GPG Key ID: CEE5D6D95A623EDD
1 changed files with 4 additions and 0 deletions

View File

@ -649,6 +649,10 @@ apkbuild_attributes = {
# git commit
"_commit": {},
"source": {"array": True},
# gcc
"_pkgbase": {},
"_pkgsnap": {}
}
# Reference: https://postmarketos.org/apkbuild-options