Package Details: vimv-git r55.90bf552-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: txtsd
Votes: 11
Popularity: 0.000109
First Submitted: 2018-12-10 13:06 (UTC)
Last Updated: 2024-11-08 17:39 (UTC)

Dependencies (2)

Required by (0)

Sources (1)

Latest Comments

txtsd commented on 2025-04-12 04:28 (UTC)

@NicoWeio Both are named vimv so I'm not sure what we can do about it.

NicoWeio commented on 2025-04-11 15:49 (UTC)

I've noticed that https://aur.archlinux.org/packages/vimv (https://github.com/dmulholl/vimv) is a different project than this one. The one I linked is written in Rust and allows the cyclic renaming of files (e.g., A→B and B→A), something that is not safe to do with this one. Plus, it seems to be unmaintained. To me, it seems like this could cause some confusion (or worse, bad surprises). Anything we can/should do about that?

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)