diff --git a/sshyp-mfa/package.sh b/sshyp-mfa/package.sh index 092fee1..60dd49f 100755 --- a/sshyp-mfa/package.sh +++ b/sshyp-mfa/package.sh @@ -52,7 +52,7 @@ _create_apkbuild() { echo "# Maintainer: Randall Winkhart 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'