loksh: update to 7.2
This commit is contained in:
parent
d97818d808
commit
b01bd0da99
@ -1,11 +0,0 @@
|
||||
--- a/meson.build 2020-05-22 20:21:50.457744069 -0700
|
||||
+++ b/meson.build 2020-05-22 20:46:43.193735356 -0700
|
||||
@@ -5,7 +5,7 @@
|
||||
c_args = ['-D_GNU_SOURCE', '-DEMACS', '-DVI', '-Wno-format-security', '-Wno-pointer-sign']
|
||||
deps = []
|
||||
|
||||
-ncurses = dependency('ncurses', required: false)
|
||||
+ncurses = dependency('ncursesw', required: false)
|
||||
if ncurses.found()
|
||||
deps += [ncurses]
|
||||
else
|
@ -1,6 +1,6 @@
|
||||
# Template file for 'loksh'
|
||||
pkgname=loksh
|
||||
version=7.1
|
||||
version=7.2
|
||||
revision=1
|
||||
build_style=meson
|
||||
hostmakedepends="pkg-config"
|
||||
@ -10,7 +10,7 @@ maintainer="Renato Aguiar <renato@renatoaguiar.net>"
|
||||
license="custom:Public Domain"
|
||||
homepage="https://github.com/dimkr/loksh"
|
||||
distfiles="https://github.com/dimkr/loksh/releases/download/${version}/loksh-${version}.tar.xz"
|
||||
checksum=ab7d274a057b83bc64643664094031126641aa91ee440a96765279991aab6938
|
||||
checksum=0083df24b3916c2f34ab63f8b4de6720ba9799e0e9d139c4b2d4ae41ad6aa53d
|
||||
register_shell="/bin/loksh"
|
||||
|
||||
alternatives="
|
||||
|
Loading…
x
Reference in New Issue
Block a user