Package Details: tuwunel-bin 1.6.0-1

Git Clone URL: https://aur.archlinux.org/tuwunel-bin.git (read-only, click to copy)
Package Base: tuwunel-bin
Description: Official successor to conduwuit
Upstream URL: https://github.com/matrix-construct/tuwunel
Licenses: Apache-2.0
Conflicts: conduwuit
Provides: conduwuit, tuwunel
Submitter: wendster
Maintainer: wendster
Last Packager: wendster
Votes: 3
Popularity: 1.07
First Submitted: 2025-06-26 22:37 (UTC)
Last Updated: 2026-04-13 03:51 (UTC)

Latest Comments

captainbanaynays commented on 2026-03-09 04:22 (UTC)

Checksums are invalid again

Anton.exe commented on 2026-01-27 22:20 (UTC) (edited on 2026-01-27 22:20 (UTC) by Anton.exe)

wrong checksum once again, and also it seems like last update removed the prepare() function.

this patch worked for me:

diff --git a/PKGBUILD b/PKGBUILD
index dd96205..96fff64 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -19,11 +19,15 @@ source_x86_64=("$pkgname-$pkgver-x86_64.zst::https://github.com/matrix-construct
 source_aarch64=("$pkgname-$pkgver-aarch64.zst::https://github.com/matrix-construct/tuwunel/releases/download/v${pkgver}/v${pkgver}-release-all-aarch64-v8-linux-gnu-tuwunel.zst")

 b2sums=('05c474bd372cbb4f52a93982812b2ff8d6a38df6168ad673c8c2a7662ae5a23932b666c0997efec85c13b8a622f2ea4817bc7dc1560f9ed48ff914403595cba7'
-        '52506e4826c59d7d48eac4a5997a42c6107bd70c142e28fa380a24fa3c59348ab7eb62304eac533fa8ea197de309076c040278e69e87746ade5a27e56384b4e6'
-        '1b8dd649b3201ba63a4e0c9a4b1c9e1eccba665cb49a8bdeb9d93fdf748148a06ef656475cf2fad125e9f7eb466e4ebcd74d508f206464f820643bd4308e7a09')
+        'SKIP'
+        'SKIP')
 b2sums_x86_64=('573bcfd3be8f031b61d2e191523bcd111ace3fa004b7aafd354639ba10d10d0e3aeffaac0dbc690481d1f366b0d19a2cd8b18f9504b1ff57c1076543e32be706')
 b2sums_aarch64=('0c6f96d9a34f11807e7ad610461984352286f2e68acc18833aa832f4e2f333a63566d259771b575971deb12fe92ce8ad676de28a424cb667730851b77ead6866')

+prepare() {
+    zstd -df "${srcdir}/$pkgname-$pkgver-$CARCH.zst" -o "${srcdir}/tuwunel"
+}
+
 package() {
     install -Dm755 "${srcdir}/tuwunel" "${pkgdir}/usr/bin/tuwunel"
     install -Dm644 "${srcdir}/tuwunel.service" "${pkgdir}/usr/lib/systemd/system/tuwunel.service"

wendster commented on 2025-10-01 02:40 (UTC)

@void09 Thank you for your advice. I've modified it to download the text files corresponding to the binary version based on tags.

void09 commented on 2025-09-30 22:01 (UTC)

again text files failing checksum. If those can change outside version snapshot, I suggest either skipping checksums, and get the latest ones as it is now, or pin them to a specific version that was in the repo at the time of the last release, like: https://raw.githubusercontent.com/matrix-construct/tuwunel/000b876dcb86ed7c501fbf15e5127471516a2a91/arch/tuwunel.service

i think the first option is more suitable.

wendster commented on 2025-09-02 23:44 (UTC)

@Cuplvan fixed, thanks for the reminder

CupIvan commented on 2025-09-02 21:51 (UTC)

there is wrong b2sum of tuwunel-example.toml in 1.4.1-1 version, please check and update