Skip to content

Commit

Permalink
pass-import: update to 3.3.
Browse files Browse the repository at this point in the history
  • Loading branch information
adbrown101 committed Nov 27, 2022
1 parent bb34487 commit 10940a1
Showing 1 changed file with 6 additions and 5 deletions.
11 changes: 6 additions & 5 deletions srcpkgs/pass-import/template
Original file line number Diff line number Diff line change
@@ -1,17 +1,18 @@
# Template file for 'pass-import'
pkgname=pass-import
version=3.2
revision=2
version=3.3
revision=1
build_style=python3-module
# This test requires gnome-keyring which requires running dbus
make_check_args="--deselect=tests/imports/test_parse.py"
hostmakedepends="python3-setuptools"
hostmakedepends="python3-setuptools python3-pypandoc python3-requests python3-yaml
python3-zxcvbn"
depends="pass python3-defusedxml python3-magic python3-cryptography
python3-SecretStorage python3-pykeepass python3-yaml"
python3-SecretStorage python3-pykeepass python3-requests python3-yaml lastpass-cli python3-zxcvbn"
checkdepends="python3-pytest $depends"
short_desc="Pass extension for importing data from most password managers"
maintainer="Alan Brown <adbrown@rocketmail.com>"
license="GPL-3.0-or-later"
homepage="/~https://github.com/roddhjav/pass-import"
distfiles="/~https://github.com/roddhjav/pass-import/releases/download/v${version}/pass-import-${version}.tar.gz"
checksum=d943df14dcfec063a6c881c315ce65813db6e105b14a9b0156a73dcf7e529b76
checksum=f368451a559d5aebd74a03b26d902cc8b6339f2eacb31777b3c2c24ae7b6444c

0 comments on commit 10940a1

Please sign in to comment.