nushell: update to 0.34.0.

libatomic-devel is added for all targets because build target always
uses it.
This commit is contained in:
cinerea0 2021-07-20 22:09:18 -04:00 committed by Érico Nogueira Rolim
parent f8c831cea5
commit ba3c66cee3

View file

@ -1,18 +1,19 @@
# Template file for 'nushell'
pkgname=nushell
version=0.33.0
version=0.34.0
revision=1
build_style=cargo
configure_args="--features=extra"
hostmakedepends="pkg-config python3 libgit2-devel"
makedepends="openssl-devel libgit2-devel libX11-devel libxcb-devel"
makedepends="openssl-devel libgit2-devel libX11-devel libxcb-devel
libatomic-devel"
short_desc="Modern shell for the GitHub era"
maintainer="Jan Christian Grünhage <jan.christian@gruenhage.xyz>"
license="MIT"
homepage="https://www.nushell.sh/"
changelog="https://www.nushell.sh/blog/"
distfiles="https://github.com/nushell/nushell/archive/refs/tags/${version}.tar.gz"
checksum=13e766ae3de957e322790cf9874ebc1b768abd205228db7181643e66564c6245
checksum=9571c7fbf0f0fdabb055727b63b6a5c3561f04357336289106591fc6afcff7a3
register_shell="/usr/bin/nu"
# all tests fail with argument --target
make_check=no