summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD5
2 files changed, 6 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index b0cfc3676c2d..2bcc0bb02dea 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = kakoune-git
pkgdesc = Code editor heavily inspired by Vim
- pkgver = r5975.baf3d82b
+ pkgver = r6457.3208bc37
pkgrel = 1
url = https://github.com/mawww/kakoune
arch = x86_64
@@ -15,6 +15,8 @@ pkgbase = kakoune-git
optdepends = universal-ctags-git: provides `readtags` used by `:tag` command to jump on a tag definition
optdepends = xdotool: add support for kak windows switching (in grep, make... files)
optdepends = xorg-xmessage: for nicer debugging messages
+ provides = kakoune
+ conflicts = kakoune
source = kakoune-git::git+https://github.com/mawww/kakoune.git
sha256sums = SKIP
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')