config: add pacman.repo_branch, adjust KUPFER_HTTPS url to include $arch and use repo_branch

This commit is contained in:
InsanePrawn 2022-05-08 17:25:49 +02:00
parent 933ffd833c
commit 232254948d
3 changed files with 7 additions and 3 deletions

View file

@ -82,7 +82,8 @@ REPOSITORIES = [
'phosh',
]
KUPFER_HTTPS = 'https://gitlab.com/kupfer/packages/prebuilts/-/raw/main/$repo'
DEFAULT_PACKAGE_BRANCH = 'dev'
KUPFER_HTTPS = 'https://gitlab.com/kupfer/packages/prebuilts/-/raw/%branch%/$arch/$repo'
Arch: TypeAlias = str
ARCHES = [