summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorArtem Vorotnikov2018-06-09 23:32:26 +0300
committerArtem Vorotnikov2018-06-09 23:32:26 +0300
commit097476c9193913b4171ad4b26e99ce0584b22d1d (patch)
tree87f2001ba3bcdabdf2d7bbd2a911ec7dfe27e3ff /PKGBUILD
parent1c262b8c343a8c509af4b20abe5e7403cc5745a7 (diff)
downloadaur-097476c9193913b4171ad4b26e99ce0584b22d1d.tar.gz
Provides and conflicts with official package
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD5
1 files changed, 3 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 769815ebe469..44bb41a1a11d 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,6 +1,6 @@
_ref=""
pkgname=kakoune-git
-pkgver=r5975.baf3d82b
+pkgver=r6457.3208bc37
pkgrel=1
pkgdesc='Code editor heavily inspired by Vim'
arch=('x86_64' 'armv7h')
@@ -21,7 +21,8 @@ makedepends=(
'asciidoc'
'git'
)
-
+provides=('kakoune')
+conflicts=('kakoune')
source=("${pkgname}::git+https://github.com/mawww/kakoune.git${_ref}")
sha256sums=('SKIP')