pass-import: s/python3-magic/python3-file-magic/
This commit is contained in:
parent
cc68893328
commit
f04432b8d7
1 changed files with 3 additions and 2 deletions
|
@ -1,12 +1,13 @@
|
|||
# Template file for 'pass-import'
|
||||
pkgname=pass-import
|
||||
version=3.0
|
||||
revision=1
|
||||
revision=2
|
||||
archs=noarch
|
||||
build_style=gnu-makefile
|
||||
make_install_args=BASHCOMPDIR=/usr/share/bash-completion/completions
|
||||
hostmakedepends="python3-setuptools python3-yaml"
|
||||
depends="pass>=1.7.0 python3-defusedxml python3-magic python3-cryptography python3-SecretStorage python3-pykeepass"
|
||||
depends="pass>=1.7.0 python3-defusedxml python3-file-magic
|
||||
python3-cryptography python3-SecretStorage python3-pykeepass"
|
||||
short_desc="Pass extension for importing data from most existing password managers"
|
||||
maintainer="Alan Brown <adbrown@rocketmail.com>"
|
||||
license="GPL-3.0-or-later"
|
||||
|
|
Loading…
Reference in a new issue