From 5b4d22945eba8ff18cfe2dbb61d55c10142bb460 Mon Sep 17 00:00:00 2001 From: digital_mystik <32280207+digital-mystik@users.noreply.github.com> Date: Sat, 5 Feb 2022 12:37:07 -0800 Subject: [PATCH] added provides and conflicts --- PKGBUILD | 2 ++ 1 file changed, 2 insertions(+) diff --git a/PKGBUILD b/PKGBUILD index 63da36af34bf0..e7a77c2d392f7 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'