mirror of
https://github.com/archlinux/aur.git
synced 2026-03-14 23:16:48 +01:00
added provides and conflicts
This commit is contained in:
parent
828f15f20a
commit
5b4d22945e
1 changed files with 2 additions and 0 deletions
2
PKGBUILD
2
PKGBUILD
|
|
@ -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'
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue