janet: update to 1.15.5.

This commit is contained in:
Leah Neukirchen 2021-04-26 10:45:39 +02:00
parent 562736ab31
commit 6c055cc3f8
2 changed files with 4 additions and 4 deletions

View File

@ -1,13 +1,13 @@
--- meson.build.orig
+++ meson.build
@@ -184,10 +184,11 @@
@@ -192,10 +192,11 @@
else
extra_cflags = []
endif
-janet_mainclient = executable('janet', janetc, mainclient_src,
+janet_mainclient = executable('janet', mainclient_src,
include_directories : incdir,
dependencies : [m_dep, dl_dep, thread_dep],
dependencies : janet_dependencies,
c_args : extra_cflags,
+ link_with : [libjanet],
install : true)

View File

@ -1,6 +1,6 @@
# Template file for 'janet'
pkgname=janet
version=1.15.4
version=1.15.5
revision=1
build_style=meson
configure_args="-Db_lto=false" # breaks jpm
@ -9,7 +9,7 @@ maintainer="Leah Neukirchen <leah@vuxu.org>"
license="MIT"
homepage="https://janet-lang.org/"
distfiles="https://github.com/janet-lang/janet/archive/v${version}.tar.gz"
checksum=8eed302c8ded1df882544d13ce7e415b213cf7bc8fa77ca16110c89b36d19763
checksum=7f90dbad2d7049847034182240d61b491411544ed82b110c5778dabd9eea84ca
post_install() {
vlicense LICENSE