summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
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')