summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorZach Himsel2020-03-27 11:30:54 -0600
committerZach Himsel2020-03-27 11:30:54 -0600
commit3610e8ce9167e8f2f2b19c2a8bb2295bf72e5505 (patch)
treea4a1737976c1d1663822dcbbd965b9da9ee34745 /PKGBUILD
parentf54ea423e9dd775d2f3bbf2d15322c184c16dec0 (diff)
downloadaur-3610e8ce9167e8f2f2b19c2a8bb2295bf72e5505.tar.gz
Add 'conflicts' with pmy-bin
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")