Package Details: transcrypt 2.3.1-1

Git Clone URL: https://aur.archlinux.org/transcrypt.git (read-only, click to copy)
Package Base: transcrypt
Description: A script to configure transparent encryption of files within a Git repository
Upstream URL: https://github.com/elasticdog/transcrypt
Licenses: MIT
Submitter: atomicfs
Maintainer: atomicfs
Last Packager: atomicfs
Votes: 3
Popularity: 0.005332
First Submitted: 2021-04-09 18:25 (UTC)
Last Updated: 2025-06-04 15:05 (UTC)

Latest Comments

1 2 Next › Last »

bigbrozer commented on 2025-06-05 17:46 (UTC)

Hey ! Thanks for 2.3.1 version. It seems there is an error where is living the commit in the git repo... when cloning the repo then building the package it still build the v2.3.0 because this is what we have on master branch:

❯ git lg
* 65affb0 - (HEAD -> master, origin/master) bump version to 2.3.0 (AtomicFS, il y a 9 mois)
* 24a5681 - chore: cleanup (AtomicFS, il y a 1 an et 1 mois)
...

If I look at the remote we have a HEAD ref which is the good one:

❯ git ls-remote
From https://aur.archlinux.org/transcrypt.git
a2b683693c2798085c50a92eb3c63514b00f7bad        HEAD
a2b683693c2798085c50a92eb3c63514b00f7bad        HEAD
65affb088aaf62191928dea0205d48515b32d30c        refs/heads/master

❯ git show a2b683693c2798085c50a92eb3c63514b00f7bad
commit a2b683693c2798085c50a92eb3c63514b00f7bad
Author: AtomicFS <vojtech.vesely@9elements.com>
Date:   Wed Jun 4 17:05:45 2025 +0200

    bump version to 2.3.1

    Signed-off-by: AtomicFS <vojtech.vesely@9elements.com>
...

Do not know what's happening here...

atomicfs commented on 2023-08-11 11:01 (UTC)

Sorry, I have missed the conversation. The package is now fixed to depend on xxd.

bigbrozer commented on 2023-08-07 11:53 (UTC)

For those who wants to keep their vim installation, another version which fix dependency on xxd as recommended is available in aur/transcrypt2.

You can safely uninstall transcrypt2 and reinstall this package once it has been fixed ;-)

m00nw4tch3r commented on 2023-06-21 09:11 (UTC) (edited on 2023-06-21 09:11 (UTC) by m00nw4tch3r)

This should depend on xxd, the vim and xxd-standalone packages both provide it.

bigbrozer commented on 2023-05-19 21:58 (UTC)

The xxd package is provided through extra/vim, should it not be considered as it is in main arch repos ?

growse commented on 2023-05-17 12:29 (UTC)

Unfortunately, adding xxd-standalone as a dependency means we now conflict with vim:

:: xxd-standalone and vim are in conflict (xxd). Remove vim? [y/N]

chrpinedo commented on 2023-03-13 14:05 (UTC)

it seems that xxd binary is required for openssl >= 3:

yadm transcrypt --display
transcrypt: required command "xxd" was not found

After installing xxd-standalone package from AUR it is working right. Perhaps xxd should be a dependency.

atomicfs commented on 2023-03-10 11:32 (UTC)

Beware, the is a issue with versions 2.2.1 and 2.2.2 Error: transcrypt smudge context=default' failed 1

The issue was fixed in 2.2.3

atomicfs commented on 2023-03-04 11:03 (UTC)

Beware, the is a issue with versions 2.2.1 and 2.2.2 Error: transcrypt smudge context=default' failed 1

bigbrozer commented on 2022-08-03 08:27 (UTC)

Tested successfully with a repo which was using < 2.2.0.

Bumped version and checksum in PKGBUILD:

- pkgver=2.1.0
+ pkgver=2.2.0
- sha256sums=('0075a25f7fb48ddfcfb33dd834a5f12fe0644ed4fb5ab0a5f2f7dca06e9ed48c')
+ sha256sums=('6ea1dd8c3c7306e54f056728c7344ed31cf52403566e6c2268acc0f984d53391')

Then, run transcrypt --upgrade :-)