summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorWesley Moore2017-09-26 09:52:12 +1000
committerWesley Moore2017-09-26 09:52:12 +1000
commit201411be502b481b3d7250e256e084455907c598 (patch)
treef2b1e6cc69eada2d3bd518bc4ebf6fdcaf25dd54
parentec3304fe3435eb685e6860a405848828cf6ad524 (diff)
downloadaur-201411be502b481b3d7250e256e084455907c598.tar.gz
Update package description
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index dd6a1cefe471..3243a0ec9633 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = neovim-gtk-git
- pkgdesc = A simple, fast and user-friendly alternative to find.
+ pkgdesc = GTK UI for Neovim written in Rust
pkgver = 319
- pkgrel = 1
+ pkgrel = 2
url = https://github.com/daa84/neovim-gtk
arch = i686
arch = x86_64
diff --git a/PKGBUILD b/PKGBUILD
index d7be286a9357..f1abe4b85e01 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,8 +2,8 @@
_pkgname=neovim-gtk
pkgname=neovim-gtk-git
pkgver=319
-pkgrel=1
-pkgdesc='A simple, fast and user-friendly alternative to find.'
+pkgrel=2
+pkgdesc='GTK UI for Neovim written in Rust'
arch=('i686' 'x86_64')
url="https://github.com/daa84/neovim-gtk"
license=('GPL3')