diff options
author | matthewq337 | 2024-10-25 00:35:22 +0000 |
---|---|---|
committer | matthewq337 | 2024-10-25 00:35:22 +0000 |
commit | 6366b87d2832cd8ea03bb5eabb7127c97e454c73 (patch) | |
tree | 661f97198b057a66cc85ee25ae4b9c954f78e62f | |
parent | a4b2427575a6d561710d0aa40929f38a893406b2 (diff) | |
download | aur-6366b87d2832cd8ea03bb5eabb7127c97e454c73.tar.gz |
updated
-rw-r--r-- | .SRCINFO | 2 | ||||
-rw-r--r-- | PKGBUILD | 2 |
2 files changed, 2 insertions, 2 deletions
@@ -11,7 +11,7 @@ pkgbase = vim-git depends = lua depends = python depends = acl - source = git+https//github.com/vim/vim.git + source = git+https://github.com/vim/vim.git md5sums = SKIP pkgname = vim-git @@ -12,7 +12,7 @@ depends=('gpm' 'ruby' 'lua' 'python' 'acl') optdepends=() backup=() options=() -source=("git+https//github.com/vim/vim.git") +source=("git+https://github.com/vim/vim.git") md5sums=('SKIP') pkgver() { |