summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorArtem Vorotnikov2017-08-09 19:03:49 +0300
committerArtem Vorotnikov2017-08-09 19:03:49 +0300
commit513ac69c71db770b8a881e9eb5f5127f0d66b1d0 (patch)
tree3c9857effb1872f657013bb06c932244a0732d86
parent51c4ad0163d4c68682c58c7519ae0772f49b3acc (diff)
downloadaur-513ac69c71db770b8a881e9eb5f5127f0d66b1d0.tar.gz
Version bump
-rw-r--r--.SRCINFO9
-rw-r--r--PKGBUILD30
2 files changed, 22 insertions, 17 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 42767cfda503..bf7dcd130409 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,17 +1,18 @@
# Generated by mksrcinfo v8
-# Thu Jun 15 01:08:13 UTC 2017
+# Wed Aug 9 16:03:19 UTC 2017
pkgbase = kakoune-git
pkgdesc = Code editor heavily inspired by Vim
- pkgver = r5245.e73cd782
+ pkgver = r5401.a61c51df
pkgrel = 1
url = https://github.com/mawww/kakoune
arch = i686
arch = x86_64
license = custom:unlicense
- makedepends = git
makedepends = asciidoc
+ makedepends = boost
+ makedepends = git
+ depends = boost-libs
depends = ncurses
- depends = boost
optdepends = xorg-xmessage: for nicer debugging messages
optdepends = xdotool: add support for kak windows switching (in grep, make... files)
optdepends = clang: add command for C/CPP insert mode completion support
diff --git a/PKGBUILD b/PKGBUILD
index 2b5bd4b4102c..cf845b1f611f 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,23 +1,27 @@
-# Maintainer: Artem Vorotnikov <artem@vorotnikov.me>
-# Contributor: Gokcehan Kara <gokcehankara@gmail.com>
-# Contributor: Guillaume ALAUX <Guillaume at ALAUX dot net>
-# Contributor: Shizeeg Unadequatov <shizeeque@gmail.com>
-
_ref=""
pkgname=kakoune-git
-pkgver=r5245.e73cd782
+pkgver=r5401.a61c51df
pkgrel=1
pkgdesc='Code editor heavily inspired by Vim'
arch=('i686' 'x86_64')
url='https://github.com/mawww/kakoune'
license=('custom:unlicense')
-depends=('ncurses' 'boost')
-optdepends=('xorg-xmessage: for nicer debugging messages'
- 'xdotool: add support for kak windows switching (in grep, make... files)'
- 'clang: add command for C/CPP insert mode completion support'
- 'universal-ctags-git: provides `readtags` used by `:tag` command to jump on a tag definition'
- 'tmux: tabbing support')
-makedepends=('git' 'asciidoc')
+depends=(
+ 'boost-libs'
+ 'ncurses'
+)
+optdepends=(
+ 'xorg-xmessage: for nicer debugging messages'
+ 'xdotool: add support for kak windows switching (in grep, make... files)'
+ 'clang: add command for C/CPP insert mode completion support'
+ 'universal-ctags-git: provides `readtags` used by `:tag` command to jump on a tag definition'
+ 'tmux: tabbing support'
+)
+makedepends=(
+ 'asciidoc'
+ 'boost'
+ 'git'
+)
source=("${pkgname}::git+https://github.com/mawww/kakoune.git${_ref}")
sha256sums=('SKIP')