From 53c482ddd3c86a4b4a3086cf13a3e8513f9b7f85 Mon Sep 17 00:00:00 2001 From: Rheydskey Date: Tue, 17 Nov 2020 08:50:31 +0100 Subject: [PATCH] Updated nushell and changed the source of the compilation file --- srcpkgs/nushell/template | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/srcpkgs/nushell/template b/srcpkgs/nushell/template index 843eda01b71..31efa6076cf 100644 --- a/srcpkgs/nushell/template +++ b/srcpkgs/nushell/template @@ -1,12 +1,12 @@ # Template file for 'nushell' pkgname=nushell -version=0.21.0 +version=0.22.0 revision=1 # raw-cpuid does not support other archs # https://github.com/nushell/nushell/issues/485 # remove when the issue is fixed (should fix all archs) archs="x86_64* i686*" -wrksrc="nu-${version}" +wrksrc="nushell-${version}" build_style=cargo hostmakedepends="pkg-config" makedepends="libressl-devel" @@ -15,8 +15,8 @@ maintainer="Jan Christian Grünhage " license="MIT" homepage="https://www.nushell.sh/" changelog="https://www.nushell.sh/blog/" -distfiles="https://static.crates.io/crates/nu/nu-${version}.crate" -checksum=44b0dc4127433373d6ce1b5ba50c56780f23b861654fce3b48d5b599758e772c +distfiles="https://github.com/nushell/nushell/archive/${version}.tar.gz" +checksum=a7ee864b711d43bec1d611aa11ac70ff62f254d09ee507bbbe7aa3ceaf7b4f39 post_install() { vlicense LICENSE