summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorFrank LENORMAND2019-01-19 09:29:05 +0300
committerFrank LENORMAND2019-01-19 09:37:03 +0300
commit0d295fd5e8771ea7465e3475ed1e5574753df0b8 (patch)
tree9b2f69c077f13ebd05e0c2a3ada9db9977bd23c1
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.
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD2
2 files changed, 2 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 436a59daccb9..fb5b2ff4837a 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,5 +1,5 @@
pkgbase = kakoune-git
- pkgdesc = Code editor heavily inspired by Vim
+ pkgdesc = Multiple-selection, UNIX-flavored modal editor
pkgver = r7139.8587ecae
pkgrel = 1
url = https://github.com/mawww/kakoune
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')