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
5b4d22945e
commit
caa3dd0725
2 changed files with 4 additions and 2 deletions
4
.SRCINFO
4
.SRCINFO
|
|
@ -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
|
||||
|
||||
|
|
|
|||
2
PKGBUILD
2
PKGBUILD
|
|
@ -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"
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue