mirror of
https://github.com/rwinkhart/sshyp.git
synced 2026-08-31 14:26:29 -04:00
Fixed gpg key prompt in config
This commit is contained in:
@@ -1,21 +1,20 @@
|
||||
# Maintainer: Randall Winkhart <idgr at tutanota dot com>
|
||||
|
||||
pkgname=rpass
|
||||
pkgver=2021.09.14.pr4a4
|
||||
pkgver=2021.09.15.mr4.1
|
||||
pkgrel=1
|
||||
pkgdesc="An rsync-based password manager and alternative to GNU pass"
|
||||
arch=('x86_64' 'aarch64')
|
||||
license=('GPL3')
|
||||
depends=( python gnupg openssh rsync xclip wl-clipboard)
|
||||
|
||||
source_x86_64=('https://cloud.watergateserver.xyz/api/public/dl/b-k72YGN')
|
||||
source_aarch64=('https://cloud.watergateserver.xyz/api/public/dl/b-k72YGN')
|
||||
sha512sums_x86_64=('c2ab708d63ccb6b2cf5818bbcd4bd320f07405ce3527433daf3688c8acc68dbc7166fe2a6cd57bf4abbf4f1ad0278c5906a3065c6f0465c1db92a3f0162dc7b2')
|
||||
sha512sums_aarch64=('c2ab708d63ccb6b2cf5818bbcd4bd320f07405ce3527433daf3688c8acc68dbc7166fe2a6cd57bf4abbf4f1ad0278c5906a3065c6f0465c1db92a3f0162dc7b2')
|
||||
source_x86_64=('https://github.com/rwinkhart/rpass/releases/download/v2021.09.15.mr4/rpass-2021.09.15.mr4.tar.xz')
|
||||
source_aarch64=('https://github.com/rwinkhart/rpass/releases/download/v2021.09.15.mr4/rpass-2021.09.15.mr4.tar.xz')
|
||||
sha512sums_x86_64=('615537dc49a05d49070f8d51f4a9b2bee8d40b7c85675a0fd860866a235dd2a3ed43186b4378a3db10accbc8d2c75a0d0220a2918afc32425c0ccb7695dc6b4a')
|
||||
sha512sums_aarch64=('615537dc49a05d49070f8d51f4a9b2bee8d40b7c85675a0fd860866a235dd2a3ed43186b4378a3db10accbc8d2c75a0d0220a2918afc32425c0ccb7695dc6b4a')
|
||||
|
||||
package() {
|
||||
|
||||
mv b-k72YGN rpass-"$pkgver".tar.xz
|
||||
tar xf rpass-"$pkgver".tar.xz -C "${pkgdir}"
|
||||
chown -R "$USER" ${pkgdir}/var/lib/rpass
|
||||
|
||||
|
||||
@@ -1,5 +1,15 @@
|
||||
<><><><><><><><><><><><><><><><><><><><><><><><><><><><><><><><><><><><><><><><><><><><><><><><><><><>
|
||||
|
||||
rpass 2021.09.15.mr4.1
|
||||
|
||||
The Housekeeping Update (Pt. 1) - Hotfix
|
||||
|
||||
Changes:
|
||||
|
||||
- the user is once again properly presented with a prompt to enter a gpg key when pressing enter through the config dialog
|
||||
|
||||
<><><><><><><><><><><><><><><><><><><><><><><><><><><><><><><><><><><><><><><><><><><><><><><><><><><>
|
||||
|
||||
rpass-2021.09.15.mr4
|
||||
|
||||
The Housekeeping Update (Pt. 1) - Fourth main release of rpass
|
||||
|
||||
Reference in New Issue
Block a user