From 154afe5a9c871b39df4d0f47760a180dcfcf6384 Mon Sep 17 00:00:00 2001 From: cinerea0 Date: Mon, 13 Sep 2021 22:50:38 -0400 Subject: [PATCH] elvish: update to 0.16.3 --- srcpkgs/elvish/template | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) diff --git a/srcpkgs/elvish/template b/srcpkgs/elvish/template index 504a023e9a64..9b14c52c86d3 100644 --- a/srcpkgs/elvish/template +++ b/srcpkgs/elvish/template @@ -1,18 +1,21 @@ # Template file for 'elvish' pkgname=elvish -version=0.15.0 +version=0.16.3 revision=1 build_style=go -go_import_path="github.com/elves/elvish" +go_import_path="src.elv.sh/cmd/elvish" short_desc="Novel Unix shell" maintainer="Diogo Leal " license="BSD-2-Clause" homepage="https://elv.sh/" changelog="https://elv.sh/blog/${version}-release-notes.html" distfiles="https://github.com/elves/elvish/archive/v${version}.tar.gz" -checksum=761739307c68fcbc51fd46c052c0a20ae848a30dba1ce3fbb6d27f99672f58e0 +checksum=ea9d594070cff58ed9caedf4619ee195bfce179f79b9a8d5e7a635ce5cbba551 register_shell="/bin/elvish" +# fix: collect2: fatal error: cannot find 'ld' +LDFLAGS="-fuse-ld=bfd" + post_install() { vlicense LICENSE }