summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorArtem Vorotnikov2018-01-02 23:17:45 +0300
committerArtem Vorotnikov2018-01-02 23:17:45 +0300
commit1c262b8c343a8c509af4b20abe5e7403cc5745a7 (patch)
treebb7ab9177ab3f2b8210311c12f325a9403e1956a /PKGBUILD
parent87cdcf7a01380c635b0b39cf8bd09faf1a27494e (diff)
downloadaur-1c262b8c343a8c509af4b20abe5e7403cc5745a7.tar.gz
Remove boost dependency
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 1 insertions, 3 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 286f84d09d70..769815ebe469 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,13 +1,12 @@
_ref=""
pkgname=kakoune-git
-pkgver=r5499.42196b83
+pkgver=r5975.baf3d82b
pkgrel=1
pkgdesc='Code editor heavily inspired by Vim'
arch=('x86_64' 'armv7h')
url='https://github.com/mawww/kakoune'
license=('custom:unlicense')
depends=(
- 'boost-libs'
'ncurses'
)
optdepends=(
@@ -20,7 +19,6 @@ optdepends=(
)
makedepends=(
'asciidoc'
- 'boost'
'git'
)