summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorRein F2020-01-22 00:52:28 +0100
committerRein F2020-01-22 00:52:28 +0100
commit62fa1f7680453e5e1d4931dde22e26ff48f7ce22 (patch)
tree0e717643ff6207ba87ed443196a6b1c5456018a4
parent1c237079e85cef981b5c701e908fa945409cd585 (diff)
downloadaur-62fa1f7680453e5e1d4931dde22e26ff48f7ce22.tar.gz
added conflicts and provides vars
-rw-r--r--PKGBUILD3
1 files changed, 2 insertions, 1 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 4097903dad59..869ed6ba7db8 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -10,7 +10,8 @@ url="https://github.com/zyedidia/micro"
license=('MIT')
makedepends=('go' 'git')
optdepends=('xclip: Required for copying/pasting text')
-conflicts=("micro")
+conflicts=('micro-bin' 'micro' 'micro-nightly-bin')
+provides=('micro')
source=("${pkgname}"::"git+https://github.com/zyedidia/micro.git")
md5sums=(SKIP)
pkgver() {