Package Details: vimdecrypt-git r32.2ab3280-2

Git Clone URL: https://aur.archlinux.org/vimdecrypt-git.git (read-only, click to copy)
Package Base: vimdecrypt-git
Description: Command line tool for decrypting vim-blowfish-encrypted files.
Upstream URL: https://github.com/gertjanvanzwieten/vimdecrypt
Licenses: GPL2
Submitter: gabrielmagno
Maintainer: gabrielmagno
Last Packager: gabrielmagno
Votes: 2
Popularity: 0.012326
First Submitted: 2016-01-28 13:50 (UTC)
Last Updated: 2024-07-11 02:36 (UTC)

Latest Comments

gabrielmagno commented on 2024-07-11 02:37 (UTC)

Thanks for noticing the issue and providing the patch @balki. I've just applied the fix in the pkgbuild and release a new version (rel=2).

balki commented on 2024-07-04 20:40 (UTC)

This package should depend on python-blowfish. Without that, it does not work.

Traceback (most recent call last):
  File "/usr/lib/python3.12/site-packages/vimdecrypt.py", line 14, in blowfish
    import blowfish
ModuleNotFoundError: No module named 'blowfish'

patch:

❯ git diff --patch                           
diff --git a/.SRCINFO b/.SRCINFO
index 9671d27..a66a72a 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -10,6 +10,7 @@ pkgbase = vimdecrypt-git
        makedepends = python-build
        makedepends = python-installer
        makedepends = python-wheel
+       depends = python-blowfish
        source = git+https://github.com/gertjanvanzwieten/vimdecrypt.git
        sha256sums = SKIP

diff --git a/PKGBUILD b/PKGBUILD
index 8bf32c4..5ec7e6e 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -11,6 +11,7 @@ url="https://github.com/gertjanvanzwieten/vimdecrypt"
 license=('GPL2')

 makedepends=('git' 'python-build' 'python-installer' 'python-wheel')
+depends=('python-blowfish')

 source=("git+https://github.com/gertjanvanzwieten/vimdecrypt.git")
 sha256sums=('SKIP')

Chinggis6 commented on 2017-10-06 11:04 (UTC) (edited on 2017-10-06 11:14 (UTC) by Chinggis6)

==> Starting build()... make: *** No targets specified and no makefile found. Stop. ==> ERROR: A failure occurred in build(). Aborting... [!] Unable to build 'vimdecrypt-git' - makepkg exited with code: 2 ^ please resolve * tried to install using trizen aur helper