translate-shell: update to 0.9.7

This commit is contained in:
clyhtsuriva 2022-09-28 13:44:16 +02:00 committed by classabbyamp
parent 1a8f189957
commit b70f7b6529

View file

@ -1,7 +1,7 @@
# Template file for 'translate-shell' # Template file for 'translate-shell'
pkgname=translate-shell pkgname=translate-shell
version=0.9.6.12 version=0.9.7
revision=2 revision=1
build_style=gnu-makefile build_style=gnu-makefile
make_build_args="$(vopt_if zsh TARGET=zsh)" make_build_args="$(vopt_if zsh TARGET=zsh)"
depends="gawk $(vopt_if zsh zsh bash)" depends="gawk $(vopt_if zsh zsh bash)"
@ -11,7 +11,7 @@ maintainer="SolitudeSF <solitudesf@protonmail.com>"
license="Unlicense" license="Unlicense"
homepage="https://www.soimort.org/translate-shell" homepage="https://www.soimort.org/translate-shell"
distfiles="https://github.com/soimort/translate-shell/archive/v${version}.tar.gz" distfiles="https://github.com/soimort/translate-shell/archive/v${version}.tar.gz"
checksum=4c4843a8c66276190535b8435775ecb5d9c8286083a33cdbe2db608eba93ca97 checksum=fe328bff9670a925f6dd6f80629ed92b078edd9a4c3f8414fbb3d921365c59a7
build_options="zsh" build_options="zsh"
desc_option_zsh="Use zsh compatible wrapper" desc_option_zsh="Use zsh compatible wrapper"