atuin: update to 18.3.0
This commit is contained in:
parent
b34bdf37d0
commit
4c04e0afa8
|
@ -1,6 +1,6 @@
|
||||||
# Template file for 'atuin'
|
# Template file for 'atuin'
|
||||||
pkgname=atuin
|
pkgname=atuin
|
||||||
version=18.2.0
|
version=18.3.0
|
||||||
revision=1
|
revision=1
|
||||||
build_style=cargo
|
build_style=cargo
|
||||||
build_helper=qemu
|
build_helper=qemu
|
||||||
|
@ -9,8 +9,8 @@ make_check_args="--
|
||||||
--skip sync
|
--skip sync
|
||||||
--skip change_password
|
--skip change_password
|
||||||
--skip multi_user_test"
|
--skip multi_user_test"
|
||||||
make_install_args="--path atuin"
|
make_install_args="--path crates/atuin"
|
||||||
hostmakedepends="pkg-config sqlite-devel"
|
hostmakedepends="pkg-config sqlite-devel protobuf protobuf-devel"
|
||||||
makedepends="sqlite-devel"
|
makedepends="sqlite-devel"
|
||||||
short_desc="Magical shell history"
|
short_desc="Magical shell history"
|
||||||
maintainer="Marcin Puc <tranzystorek.io@protonmail.com>"
|
maintainer="Marcin Puc <tranzystorek.io@protonmail.com>"
|
||||||
|
@ -18,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=7fb87902ce09af2d29459e9158bc83c18519690d555259709cab40d9ee75b024
|
checksum=d05d978d1f1b6a633ac24a9ac9bde3b1dfb7416165b053ef54240fff898aded3
|
||||||
|
|
||||||
post_install() {
|
post_install() {
|
||||||
vlicense LICENSE
|
vlicense LICENSE
|
||||||
|
|
Loading…
Reference in New Issue