sshyp-mfa - Correct revision number for Alpine Linux conventions

This commit is contained in:
2023-03-04 22:28:35 -05:00
parent 5df741726f
commit da6b1658a4
+1 -1
View File
@@ -52,7 +52,7 @@ _create_apkbuild() {
echo "# Maintainer: Randall Winkhart <idgr@tutanota.com>
pkgname=sshyp-mfa
pkgver="$version"
pkgrel="$revision"
pkgrel="$((revision-1))"
pkgdesc='An MFA (TOTP/Steam) key generator for the sshyp password manager'
options=!check
url='https://github.com/rwinkhart/sshyp-labs'