pass-import: s/python3-magic/python3-file-magic/

This commit is contained in:
Đoàn Trần Công Danh 2020-07-13 21:13:08 +07:00
parent cc68893328
commit f04432b8d7

View file

@ -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"