summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO1
-rw-r--r--PKGBUILD1
2 files changed, 2 insertions, 0 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 37ed6936c38a..265ac6860348 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -4,6 +4,7 @@ pkgbase = vim-webapi
pkgrel = 1
url = https://github.com/mattn/webapi-vim
arch = any
+ groups = vim-plugins
license = UNKNOWN
depends = vim
depends = curl
diff --git a/PKGBUILD b/PKGBUILD
index f016d70327c3..2dcad484f722 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -10,6 +10,7 @@ arch=(any)
url=https://github.com/mattn/webapi-vim
license=(UNKNOWN)
depends=(vim curl)
+groups=(vim-plugins)
source=($url/archive/$pkgver.tar.gz)
sha256sums=('7e97e8ddb1497dae0226569cdf713418cfa0995913c8869339f50fe6bfb6f9f4')