diff options
author | Amin Vakil | 2022-01-15 11:16:11 +0330 |
---|---|---|
committer | Amin Vakil | 2022-01-15 11:19:08 +0330 |
commit | 0c76271b5f62de10ec077e9f24b2ebe02fef3d01 (patch) | |
tree | c1b5b1135827d03da107893b07f7b4e3ad24f6bc | |
parent | c4e2930570885dd0d7c74c4ed8bae8bbf5676b62 (diff) | |
download | aur-0c76271b5f62de10ec077e9f24b2ebe02fef3d01.tar.gz |
Add to vim-plugins group
-rw-r--r-- | .SRCINFO | 1 | ||||
-rw-r--r-- | PKGBUILD | 1 |
2 files changed, 2 insertions, 0 deletions
@@ -4,6 +4,7 @@ pkgbase = vim-markdown-git pkgrel = 3 url = https://github.com/plasticboy/vim-markdown arch = any + groups = vim-plugins license = MIT makedepends = git depends = vim-plugin-runtime @@ -12,6 +12,7 @@ depends=('vim-plugin-runtime' 'vim-tabular') makedepends=('git') conflicts=('vim-markdown') provides=('vim-markdown') +groups=('vim-plugins') source=("git+https://github.com/plasticboy/${_pkgname}.git") sha256sums=('SKIP') |