kiss: rename RELEASE to EPOCH, rename PKG to PACKAGE

Closes #242
This commit is contained in:
Dylan Araps 2021-07-20 08:15:46 +03:00
parent b7b57bd34c
commit 5c53879e0c
No known key found for this signature in database
GPG Key ID: 13295DAC2CF13B5C
1 changed files with 2 additions and 2 deletions

4
kiss
View File

@ -334,12 +334,12 @@ pkg_source_resolve() {
fnr "${2%"${2##*[!/]}"}" \
VERSION "$repo_ver" \
RELEASE "$repo_rel" \
EPOCH "$repo_rel" \
MAJOR "$repo_major" \
MINOR "$repo_minor" \
PATCH "$repo_patch" \
IDENT "$repo_ident" \
PKG "$repo_name"
PACKAGE "$repo_name"
set -- "$1" "$_fnr" "${3%"${3##*[!/]}"}" "$4"