Automatically calculate revision number for Alpine packaging

This commit is contained in:
2022-08-27 13:53:09 -04:00
parent f97c9ad4f9
commit cd5c9150a5
+1 -1
View File
@@ -249,7 +249,7 @@ if [ "$distro" == "8" ] || [ "$distro" == "9" ]; then
echo "# Maintainer: Randall Winkhart <idgr@tutanota.com>
pkgname=sshyp
pkgver="$version"
pkgrel="$revision"
pkgrel="$((revision-1))"
pkgdesc='A light-weight, self-hosted, synchronized password manager'
options=!check
url='https://github.com/rwinkhart/sshyp'