Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 4 additions & 4 deletions srcpkgs/atuin/template
Original file line number Diff line number Diff line change
@@ -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
Expand All @@ -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 <orphan@voidlinux.org>"
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.
Expand Down
Loading