summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorZach Himsel2020-03-27 11:30:54 -0600
committerZach Himsel2020-03-27 11:30:54 -0600
commit3610e8ce9167e8f2f2b19c2a8bb2295bf72e5505 (patch)
treea4a1737976c1d1663822dcbbd965b9da9ee34745
parentf54ea423e9dd775d2f3bbf2d15322c184c16dec0 (diff)
downloadaur-3610e8ce9167e8f2f2b19c2a8bb2295bf72e5505.tar.gz
Add 'conflicts' with pmy-bin
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD1
2 files changed, 3 insertions, 0 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 38a126dda91f..1b8da780f09d 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -9,6 +9,8 @@ pkgbase = pmy-git
depends = fzf
depends = zsh
provides = pmy
+ conflicts = pmy-bin
+ conflicts = pmy
source = pmy::git+https://github.com/relastle/pmy#branch=master
sha256sums = SKIP
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")