summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD6
1 files changed, 3 insertions, 3 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 6963025eeee6..05c263973b8b 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,15 +3,15 @@
pkgname=vim-ssh-annex-git
_pkgname=${pkgname%-git}
pkgver=r2.5a56f26
-pkgrel=1
+pkgrel=2
pkgdesc="Auxiliary vim syntax files for OpenSSH"
arch=(any)
url='https://github.com/qnighy/vim-ssh-annex'
license=(unknown)
-depends=(vim)
+depends=(vim-plugin-runtime)
makedepends=(git)
groups=(vim-plugins)
-source=("git+https://github.com/qnighy/${_pkgname}")
+source=("git+${url}")
sha256sums=('SKIP')
pkgver() {