added provides and conflicts

This commit is contained in:
digital_mystik 2022-02-05 12:37:07 -08:00
parent 828f15f20a
commit 5b4d22945e

View file

@ -8,6 +8,8 @@ pkgdesc="Hardware-based SSH/PGP agent (Trezor/Keepkey/Ledger/OnlyKey)"
arch=('any')
url="https://github.com/romanz/trezor-agent"
license=("LGPL3")
provides=('python-trezor-agent')
conflicts=('python-trezor-agent')
depends=(
'python'
'python-docutils'