From e0b6dcbd14ec4fa9166a002a039d80c64f1365ba Mon Sep 17 00:00:00 2001 From: zenobit Date: Fri, 21 Aug 2026 23:33:35 +0200 Subject: [PATCH] atuin: update to 18.19.0 --- srcpkgs/atuin/template | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/srcpkgs/atuin/template b/srcpkgs/atuin/template index 097d4748aff2bb..96658de5f20fad 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.19.0 revision=1 build_style=cargo build_helper=qemu @@ -11,14 +11,14 @@ make_check_args="-- --skip multi_user_test" make_install_args="--path crates/atuin" hostmakedepends="pkg-config sqlite-devel" -makedepends="sqlite-devel" +makedepends="sqlite-devel openssl-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=fdb8268cdd5b13105db79e821f06c1c6624e0c5aee46befb0491e39af42fd4e6 _setup_env() { # workaround the cc-rs mixing CFLAGS for host and target.