summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authordigital_mystik2022-02-05 12:37:07 -0800
committerdigital_mystik2022-02-05 12:37:07 -0800
commit5b4d22945eba8ff18cfe2dbb61d55c10142bb460 (patch)
tree98a269805367837518a21d1e292bf2f5432af041 /PKGBUILD
parent828f15f20a4d3947d507838bd033398082a86619 (diff)
downloadaur-5b4d22945eba8ff18cfe2dbb61d55c10142bb460.tar.gz
added provides and conflicts
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD2
1 files changed, 2 insertions, 0 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 63da36af34bf..e7a77c2d392f 100644
--- a/PKGBUILD
+++ b/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'