Automatically calculate revision number for Alpine packaging

Former-commit-id: 2de24f3dc4b9e5f5e27265da1271ea96be0387f5 [formerly cd5c9150a5]
Former-commit-id: 2c613cdc811dc127968a46758c4f238562bc64f9
This commit is contained in:
2022-08-27 13:53:09 -04:00
parent 166ac50f42
commit 3f9c4e2c8d
+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'