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
6 changes: 3 additions & 3 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.19.0
revision=1
build_style=cargo
build_helper=qemu
Expand All @@ -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 <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=fdb8268cdd5b13105db79e821f06c1c6624e0c5aee46befb0491e39af42fd4e6

_setup_env() {
# workaround the cc-rs mixing CFLAGS for host and target.
Expand Down
Loading