feat: update pkgrel

This commit is contained in:
Ahmad Husen
2021-10-01 22:53:00 +07:00
parent 581d4292cc
commit 3487dc866b
4 changed files with 20 additions and 4 deletions
+5
View File
@@ -15,6 +15,10 @@ inputs:
description: 'Update pkgver on PKGBUILD'
default: ''
required: false
pkgrel:
description: 'Update pkgrel on PKGBUILD'
default: ''
required: false
updpkgsums:
description: 'Update checksums on PKGBUILD'
default: 'false'
@@ -38,6 +42,7 @@ runs:
args:
- ${{ inputs.path }}
- ${{ inputs.pkgver }}
- ${{ inputs.pkgrel }}
- ${{ inputs.updpkgsums }}
- ${{ inputs.srcinfo }}
- ${{ inputs.flags }}