summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorFrank LENORMAND2019-01-19 09:29:05 +0300
committerFrank LENORMAND2019-01-19 09:37:03 +0300
commit0d295fd5e8771ea7465e3475ed1e5574753df0b8 (patch)
tree9b2f69c077f13ebd05e0c2a3ada9db9977bd23c1 /PKGBUILD
parente09912e257fa8a43f29d0e8602b5814692b4fdc2 (diff)
downloadaur-0d295fd5e8771ea7465e3475ed1e5574753df0b8.tar.gz
pkgbuild: Update the package description
As outlined in https://github.com/mawww/kakoune/issues/1536 the editor shouldn't be described as a Vim clone.
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD2
1 files changed, 1 insertions, 1 deletions
diff --git a/PKGBUILD b/PKGBUILD
index e0789acc56aa..f36bba1adade 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@ _ref=""
pkgname=kakoune-git
pkgver=r7139.8587ecae
pkgrel=1
-pkgdesc='Code editor heavily inspired by Vim'
+pkgdesc='Multiple-selection, UNIX-flavored modal editor'
arch=('x86_64' 'armv7h')
url='https://github.com/mawww/kakoune'
license=('custom:unlicense')