summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorRhinoceros2025-01-31 15:15:47 +1100
committerRhinoceros2025-01-31 15:15:47 +1100
commitdbae99eae8f9d060c6c45b019965f4afc91833e4 (patch)
treeb8249d491257969076dde1353a6007bcdf32a1d8
parent37abf49a240497d966596bf4fdf48d1c6866c4e8 (diff)
downloadaur-dbae99eae8f9d060c6c45b019965f4afc91833e4.tar.gz
Fix depends: vim -> vim-plugin-runtime
* Didn't bother bumping pkgrel; minor change
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD3
2 files changed, 4 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index bdc75c0a71a9..a0140c55a26d 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -4,10 +4,10 @@ pkgbase = vim-yankring
pkgrel = 1
url = http://www.vim.org/scripts/script.php?script_id=1234
arch = any
+ groups = vim-plugins
license = unknown
- depends = vim
+ depends = vim-plugin-runtime
source = vim-yankring-20.0.zip::http://www.vim.org/scripts/download_script.php?src_id=26344
sha256sums = 8dfdd36d4c36a9a5fc56e6bdb919d9bb5394079b070fe3df1dfca2665d42b3ad
pkgname = vim-yankring
-
diff --git a/PKGBUILD b/PKGBUILD
index 30bcd01ab507..e483b89ec263 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -11,7 +11,8 @@ pkgdesc='Maintains a history of previous yanks, changes and deletes'
arch=('any')
url='http://www.vim.org/scripts/script.php?script_id=1234'
license=('unknown')
-depends=('vim')
+groups=('vim-plugins')
+depends=('vim-plugin-runtime')
source=("$pkgname-$pkgver.zip::http://www.vim.org/scripts/download_script.php?src_id=26344")
sha256sums=('8dfdd36d4c36a9a5fc56e6bdb919d9bb5394079b070fe3df1dfca2665d42b3ad')