atuin: update to 18.0.0

This commit is contained in:
Marcin Puc 2024-02-09 16:53:33 +01:00 committed by classabbyamp
parent bb9be1bac2
commit ecd2d8d191
1 changed files with 7 additions and 3 deletions

View File

@ -1,10 +1,14 @@
# Template file for 'atuin' # Template file for 'atuin'
pkgname=atuin pkgname=atuin
version=17.2.1 version=18.0.0
revision=1 revision=1
build_style=cargo build_style=cargo
build_helper=qemu build_helper=qemu
make_check_args="-- --skip registration --skip sync" make_check_args="--
--skip registration
--skip sync
--skip change_password
--skip multi_user_test"
make_install_args="--path atuin" make_install_args="--path atuin"
hostmakedepends="pkg-config sqlite-devel" hostmakedepends="pkg-config sqlite-devel"
makedepends="sqlite-devel" makedepends="sqlite-devel"
@ -14,7 +18,7 @@ license="MIT"
homepage="https://atuin.sh" homepage="https://atuin.sh"
changelog="https://raw.githubusercontent.com/atuinsh/atuin/main/CHANGELOG.md" changelog="https://raw.githubusercontent.com/atuinsh/atuin/main/CHANGELOG.md"
distfiles="https://github.com/atuinsh/atuin/archive/refs/tags/v${version}.tar.gz" distfiles="https://github.com/atuinsh/atuin/archive/refs/tags/v${version}.tar.gz"
checksum=5bad59af24317adfa1d56fce39e231c85836fb91ac3d468830f9bb0884b320ca checksum=02b26d15de30da5fa8ee16bc6b9f03e2e644f5d39ef85dd251998915dc6e5fc5
post_install() { post_install() {
vlicense LICENSE vlicense LICENSE