summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorHenry-Joseph Audéoud2022-01-19 10:06:46 +0100
committerHenry-Joseph Audéoud2022-01-19 10:06:46 +0100
commit84b0e9ffe51ad8664112eb5520c0553f4fdb9c51 (patch)
tree4cd3e2998a19ffef5eca04a2ac1012e1691537f7
parenta9ed6078184c26a33ff1f621c680d9de819cb77e (diff)
downloadaur-84b0e9ffe51ad8664112eb5520c0553f4fdb9c51.tar.gz
upgpkg: vim-ssh-annex-git r2.5a56f26-2
Depend on vim-plugin-runtime, provided by vim & neovim
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD6
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index ad7c2b1b7448..83aa5563d8f0 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,13 +1,13 @@
pkgbase = vim-ssh-annex-git
pkgdesc = Auxiliary vim syntax files for OpenSSH
pkgver = r2.5a56f26
- pkgrel = 1
+ pkgrel = 2
url = https://github.com/qnighy/vim-ssh-annex
arch = any
groups = vim-plugins
license = unknown
makedepends = git
- depends = vim
+ depends = vim-plugin-runtime
source = git+https://github.com/qnighy/vim-ssh-annex
sha256sums = SKIP
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() {