added provides and conflicts

This commit is contained in:
digital_mystik 2022-02-05 12:37:47 -08:00
parent 5b4d22945e
commit caa3dd0725
2 changed files with 4 additions and 2 deletions

View file

@ -1,7 +1,7 @@
pkgbase = python-trezor-agent-git
pkgdesc = Hardware-based SSH/PGP agent (Trezor/Keepkey/Ledger/OnlyKey)
pkgver = v0.14.4.r6.ge4d16a3
pkgrel = 1
pkgrel = 2
url = https://github.com/romanz/trezor-agent
arch = any
license = LGPL3
@ -22,6 +22,8 @@ pkgbase = python-trezor-agent-git
depends = python-unidecode
depends = python-bech32
depends = python-hidapi
provides = python-trezor-agent
conflicts = python-trezor-agent
source = python-trezor-agent-git::git+https://github.com/romanz/trezor-agent.git#branch=master
b2sums = SKIP

View file

@ -3,7 +3,7 @@
_name=trezor-agent
pkgname=python-trezor-agent-git
pkgver=v0.14.4.r6.ge4d16a3
pkgrel=1
pkgrel=2
pkgdesc="Hardware-based SSH/PGP agent (Trezor/Keepkey/Ledger/OnlyKey)"
arch=('any')
url="https://github.com/romanz/trezor-agent"