From f04432b8d7d6519c14d0557c45e240dcb04327ea Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C4=90o=C3=A0n=20Tr=E1=BA=A7n=20C=C3=B4ng=20Danh?= Date: Mon, 13 Jul 2020 21:13:08 +0700 Subject: [PATCH] pass-import: s/python3-magic/python3-file-magic/ --- srcpkgs/pass-import/template | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/srcpkgs/pass-import/template b/srcpkgs/pass-import/template index b7940ed043..758270542a 100644 --- a/srcpkgs/pass-import/template +++ b/srcpkgs/pass-import/template @@ -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 " license="GPL-3.0-or-later"