summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorMGislv2024-01-06 21:46:35 +0100
committerMGislv2024-01-06 21:46:35 +0100
commit4cd385d60df4251b9eb496303c669d963c6ea3f4 (patch)
tree6598d05842ea9672163eeef36369ee2dba16a817 /PKGBUILD
parent3a7a9c64b4ca1902ad3379035531c6dd8df8e21f (diff)
downloadaur-vim-clipboard.tar.gz
Update to 9.1.0000
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index c0cff4519492..0000cedf2c66 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -6,7 +6,7 @@
# Directly based off of the official package
pkgname=vim-clipboard
-pkgver=9.0.2143
+pkgver=9.1.0000
pkgrel=1
pkgdesc='Vi Improved, a highly configurable, improved version of the vi text editor'
url='https://www.vim.org'
@@ -14,7 +14,7 @@ arch=('x86_64' 'x86_64_v3')
license=('custom:vim')
depends=('vim-runtime' 'gpm' 'acl' 'glibc' 'libxt' 'libgcrypt' 'zlib')
makedepends=('glibc' 'libgcrypt' 'gpm' 'python' 'ruby' 'libxt' 'lua'
- 'gawk' 'git' 'tcl' 'zlib')
+ 'gawk' 'git' 'tcl' 'zlib' 'perl')
optdepends=('python: Python language support'
'ruby: Ruby language support'
'lua: Lua language support'