mirror of
https://github.com/rwinkhart/sshyp.git
synced 2026-09-03 15:47:18 -04:00
Automatically calculate revision number for Alpine packaging
Former-commit-id: 2de24f3dc4b9e5f5e27265da1271ea96be0387f5 [formerly cd5c9150a5]
Former-commit-id: 2c613cdc811dc127968a46758c4f238562bc64f9
This commit is contained in:
+1
-1
@@ -249,7 +249,7 @@ if [ "$distro" == "8" ] || [ "$distro" == "9" ]; then
|
|||||||
echo "# Maintainer: Randall Winkhart <idgr@tutanota.com>
|
echo "# Maintainer: Randall Winkhart <idgr@tutanota.com>
|
||||||
pkgname=sshyp
|
pkgname=sshyp
|
||||||
pkgver="$version"
|
pkgver="$version"
|
||||||
pkgrel="$revision"
|
pkgrel="$((revision-1))"
|
||||||
pkgdesc='A light-weight, self-hosted, synchronized password manager'
|
pkgdesc='A light-weight, self-hosted, synchronized password manager'
|
||||||
options=!check
|
options=!check
|
||||||
url='https://github.com/rwinkhart/sshyp'
|
url='https://github.com/rwinkhart/sshyp'
|
||||||
|
|||||||
Reference in New Issue
Block a user