diff options
author | Rhinoceros | 2025-01-31 15:05:36 +1100 |
---|---|---|
committer | Rhinoceros | 2025-01-31 15:05:36 +1100 |
commit | 6bbdd5b8651b956d0f568a1b726697f0c8bb3238 (patch) | |
tree | cb67724026809173d0012efb45b8f68e1dd585ce /PKGBUILD | |
parent | 3b53ed8ea425a0d3b2d1ed58af255704f08fbd17 (diff) | |
download | aur-vim-csv.tar.gz |
Fix depends: vim -> vim-plugin-runtime
* Didn't bother bumping pkgrel; minor change
Diffstat (limited to 'PKGBUILD')
-rw-r--r-- | PKGBUILD | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -7,8 +7,8 @@ pkgdesc='csv.vim: a filetype plugin for csv files' arch=('any') url='https://www.vim.org/scripts/script.php?script_id=2830' license=('unknown') -depends=('vim>=7.4') groups=('vim-plugins') +depends=('vim-plugin-runtime') # needs vim>=7.4 source=("$pkgname-$pkgver.vmb::https://www.vim.org/scripts/download_script.php?src_id=22798") sha256sums=('d26b789c71cbaf4dd6912363bbf4fad53c248080ad53a74cf49b3660dc4007e5') |