summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD1
1 files changed, 1 insertions, 0 deletions
diff --git a/PKGBUILD b/PKGBUILD
index f0a6db6aec13..1132922ef3fc 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -9,6 +9,7 @@ arch=('any')
depends=('fzf' 'zsh')
makedepends=('go')
provides=("${_pkgname}")
+conflicts=("${_pkgname}-bin" "${_pkgname}")
url="https://github.com/relastle/pmy"
license=('MIT')
source=("${_pkgname}::git+https://github.com/relastle/pmy#branch=master")