From 78ff98734133556fa2bc6027e2335528f754b4d8 Mon Sep 17 00:00:00 2001 From: zenobit Date: Fri, 21 Aug 2026 23:33:35 +0200 Subject: [PATCH] atuin: update to 18.21.0 --- srcpkgs/atuin/template | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/srcpkgs/atuin/template b/srcpkgs/atuin/template index 097d4748aff2bb..6476f9efc6ee2d 100644 --- a/srcpkgs/atuin/template +++ b/srcpkgs/atuin/template @@ -1,6 +1,6 @@ # Template file for 'atuin' pkgname=atuin -version=18.16.1 +version=18.21.0 revision=1 build_style=cargo build_helper=qemu @@ -10,15 +10,15 @@ make_check_args="-- --skip change_password --skip multi_user_test" make_install_args="--path crates/atuin" -hostmakedepends="pkg-config sqlite-devel" -makedepends="sqlite-devel" +hostmakedepends="pkg-config" +makedepends="sqlite-devel sqlite-devel openssl-devel libzstd-devel" short_desc="Magical shell history" maintainer="Orphaned " license="MIT" homepage="https://atuin.sh" changelog="https://raw.githubusercontent.com/atuinsh/atuin/main/CHANGELOG.md" distfiles="https://github.com/atuinsh/atuin/archive/refs/tags/v${version}.tar.gz" -checksum=752802d4e8eef4896e9bc779b82f85e3d433c5934df5169e9b0f2537acf7f6e9 +checksum=05b18e62430f12cf55cb33edae98eb494eefce9ee124d48d2777ee0b1b8abede _setup_env() { # workaround the cc-rs mixing CFLAGS for host and target.