* update pass to 1.7.4-7
This commit is contained in:
parent
8fc9d1d3b2
commit
f9df3c3b74
33
pass/.SRCINFO
Normal file
33
pass/.SRCINFO
Normal file
@ -0,0 +1,33 @@
|
||||
pkgbase = pass
|
||||
pkgdesc = Stores, retrieves, generates, and synchronizes passwords securely
|
||||
pkgver = 1.7.4
|
||||
pkgrel = 7
|
||||
url = https://www.passwordstore.org/
|
||||
arch = any
|
||||
license = GPL2
|
||||
checkdepends = git
|
||||
makedepends = git
|
||||
depends = bash
|
||||
depends = gnupg
|
||||
depends = tree
|
||||
optdepends = git: for Git support
|
||||
optdepends = dmenu: for passmenu
|
||||
optdepends = xdotool: to type passwords with passmenu
|
||||
optdepends = ydotool: to type passwords with passmenu (wayland)
|
||||
optdepends = qrencode: for QR code support
|
||||
optdepends = vim-plugin-runtime: for redact_pass.vim
|
||||
optdepends = xclip: for clipboard support on X11
|
||||
optdepends = wl-clipboard: for clipboard support on Wayland
|
||||
optdepends = pinentry
|
||||
optdepends = gtk3: pinentry backend (gtk3)
|
||||
optdepends = gcr: pinentry backend (gnome3)
|
||||
optdepends = qt5-x11extras: pinentry backend (qt)
|
||||
optdepends = kwayland5: pinentry backend (qt)
|
||||
provides = passmenu
|
||||
conflicts = passmenu
|
||||
replaces = passmenu
|
||||
source = git+https://git.zx2c4.com/password-store?signed#tag=1.7.4
|
||||
validpgpkeys = AB9942E6D4A4CFC3412620A749FC7012A5DE03AE
|
||||
sha256sums = 10e5261792cabad011d3c3e67f39754451d4c78ff124e89cf6ae86c949d5d30b
|
||||
|
||||
pkgname = pass
|
3
pass/.nvchecker.toml
Normal file
3
pass/.nvchecker.toml
Normal file
@ -0,0 +1,3 @@
|
||||
[pass]
|
||||
source = "git"
|
||||
git = "https://git.zx2c4.com/password-store"
|
@ -6,7 +6,7 @@
|
||||
|
||||
pkgname=pass
|
||||
pkgver=1.7.4
|
||||
pkgrel=5.1
|
||||
pkgrel=7
|
||||
pkgdesc='Stores, retrieves, generates, and synchronizes passwords securely'
|
||||
arch=(any)
|
||||
url='https://www.passwordstore.org/'
|
||||
@ -23,7 +23,7 @@ optdepends=('git: for Git support'
|
||||
'xclip: for clipboard support on X11'
|
||||
'wl-clipboard: for clipboard support on Wayland'
|
||||
'pinentry'
|
||||
'gtk2: pinentry backend (gtk2)'
|
||||
'gtk3: pinentry backend (gtk3)'
|
||||
'gcr: pinentry backend (gnome3)'
|
||||
'qt5-x11extras: pinentry backend (qt)'
|
||||
'kwayland5: pinentry backend (qt)'
|
||||
@ -32,7 +32,7 @@ replaces=('passmenu')
|
||||
provides=('passmenu')
|
||||
conflicts=('passmenu')
|
||||
source=("git+https://git.zx2c4.com/password-store?signed#tag=${pkgver}")
|
||||
sha256sums=('SKIP')
|
||||
sha256sums=('10e5261792cabad011d3c3e67f39754451d4c78ff124e89cf6ae86c949d5d30b')
|
||||
validpgpkeys=('AB9942E6D4A4CFC3412620A749FC7012A5DE03AE') # Jason A. Donenfeld
|
||||
|
||||
check() {
|
||||
|
Loading…
x
Reference in New Issue
Block a user