[arch-commits] Commit in kakoune/trunk (PKGBUILD)

Maxim Baz maximbaz at archlinux.org
Sun Jan 20 12:16:22 UTC 2019


    Date: Sunday, January 20, 2019 @ 12:16:22
  Author: maximbaz
Revision: 425085

upgpkg: kakoune 2019.01.20-1

Modified:
  kakoune/trunk/PKGBUILD

----------+
 PKGBUILD |   13 +++++++------
 1 file changed, 7 insertions(+), 6 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2019-01-20 12:14:53 UTC (rev 425084)
+++ PKGBUILD	2019-01-20 12:16:22 UTC (rev 425085)
@@ -1,9 +1,10 @@
 # Maintainer: Morten Linderud <foxboron at archlinux.org>
+# Maintainer: Maxim Baz <$pkgname at maximbaz dot com>
 # Contributor: Frank Lenormand <lenormf at gmail dot com>
 pkgname=kakoune
-pkgver=2018.10.27
-pkgrel=3
-pkgdesc="Vim-inspired, selection-oriented code editor"
+pkgver=2019.01.20
+pkgrel=1
+pkgdesc="Multiple-selection, UNIX-flavored modal editor"
 arch=("x86_64")
 url="http://kakoune.org/"
 license=("custom:unlicense")
@@ -11,6 +12,7 @@
 optdepends=(
     "aspell: spell checking support"
     "clang: C/C++ completion and diagnostics support"
+    "kak-lsp: LSP client"
     "ranger: filesystem explorer"
     "tmux: splitting and creating windows"
 #    "universal-ctags-git: provides \`readtags\` used to jump to a symbol's definition"
@@ -17,9 +19,8 @@
     "xdotool: X11 utility to focus arbitrary kakoune clients"
     "xorg-xmessage: display debug messages in a new window"
 )
-makedepends=("asciidoc")
-source=("$pkgname-$pkgver.tar.bz2::https://github.com/mawww/kakoune/releases/download/v${pkgver}/kakoune-${pkgver}.tar.bz2")
-sha256sums=('687a173c8f94fb66aad899e7a3095fe8f08e1fdcab955dbc6785335427cc8a1d')
+source=("https://github.com/mawww/kakoune/releases/download/v${pkgver}/kakoune-${pkgver}.tar.bz2")
+sha256sums=('991103a227be00ca1b10ad575fd6c749fa4c99eb19763971c7b1e113e299b995')
 
 build() {
     cd "${pkgname}-${pkgver}/src"



More information about the arch-commits mailing list