summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorlilac2018-11-05 03:25:29 +0800
committerlilac2018-11-05 03:25:29 +0800
commit3d2450fa805efde063e5e9a3e537722212947c99 (patch)
tree749e1eda8a05195e90e8b4e9668878b0e1ade6b8
parentb00aafbb29d66088af5768e62ffcf97a03f5d205 (diff)
downloadaur-vim-ripgrep-git.tar.gz
update by lilac
-rw-r--r--.SRCINFO3
-rw-r--r--PKGBUILD3
2 files changed, 2 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 891e60bcfccf..ef2c7ced5206 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,10 +1,9 @@
pkgbase = vim-ripgrep-git
pkgdesc = Use RipGrep in Vim and display results in a quickfix list.
pkgver = r27.ec87af6
- pkgrel = 1
+ pkgrel = 2
url = https://github.com/jremmen/vim-ripgrep
arch = any
- groups = vim-plugins
license = MIT
makedepends = git
depends = ripgrep
diff --git a/PKGBUILD b/PKGBUILD
index acfc895c1756..af89ed86a74a 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,12 +2,11 @@
pkgname=vim-ripgrep-git
pkgver=r27.ec87af6
-pkgrel=1
+pkgrel=2
pkgdesc="Use RipGrep in Vim and display results in a quickfix list."
arch=('any')
url="https://github.com/jremmen/vim-ripgrep"
license=('MIT')
-groups=("vim-plugins")
depends=('ripgrep' 'vim')
makedepends=('git')
source=("$pkgname::git+$url.git"