Package Details: vimv-git r47.3bb51a4-1

Git Clone URL: https://aur.archlinux.org/vimv-git.git (read-only, click to copy)
Package Base: vimv-git
Description: Batch-rename files using Vim
Upstream URL: https://github.com/thameera/vimv
Licenses: MIT
Conflicts: vimv
Provides: vimv
Submitter: googol
Maintainer: txtsd
Last Packager: Scrumplex
Votes: 11
Popularity: 0.23
First Submitted: 2018-12-10 13:06 (UTC)
Last Updated: 2022-06-18 20:57 (UTC)

Dependencies (3)

Required by (0)

Sources (1)

Latest Comments

Scrumplex commented on 2022-06-18 20:57 (UTC)

This should build again :D

sediment commented on 2022-03-18 17:50 (UTC) (edited on 2022-03-18 17:59 (UTC) by sediment)

Uh, this doesn't build any longer. As it stands, trying to build it yields

==> Making package: vimv-git r28.4152496-1 (Fri Mar 18 17:19:09 2022)
==> Checking runtime dependencies...
==> Checking buildtime dependencies...
==> Retrieving sources...
  -> Cloning vimv-git git repo...
Cloning into bare repository '/home/james/vimv-git/vimv-git'...
fatal: remote error:
  The unauthenticated git protocol on port 9418 is no longer supported.
Please see https://github.blog/2021-09-01-improving-git-protocol-security-github/ for more information.
==> ERROR: Failure while downloading vimv-git git repo
    Aborting...

It seems it can be fixed by changing the source line of the pkgbuild to

source=($pkgname::git+https://github.com/thameera/vimv.git)