Bump nnn to 4.1.1 (#6984)

* Bump nnn to 4.1.1

* Remove nnn `-lpthread` flag
This commit is contained in:
YAKSH BARIYA 2021-06-13 11:49:20 +05:30 committed by GitHub
parent 9452cebd07
commit 4dc31b7a96
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 14 additions and 3 deletions

View File

@ -0,0 +1,11 @@
--- ./Makefile 2021-06-11 10:11:55.904569633 +0530
+++ ./Makefile.mod 2021-06-11 10:14:26.184569576 +0530
@@ -133,7 +133,7 @@
CFLAGS += $(CFLAGS_OPTIMIZATION)
CFLAGS += $(CFLAGS_CURSES)
-LDLIBS += $(LDLIBS_CURSES) -lpthread
+LDLIBS += $(LDLIBS_CURSES)
# static compilation needs libgpm development package
ifeq ($(strip $(O_STATIC)),1)

View File

@ -2,9 +2,9 @@ TERMUX_PKG_HOMEPAGE=https://github.com/jarun/nnn
TERMUX_PKG_DESCRIPTION="Free, fast, friendly file browser"
TERMUX_PKG_LICENSE="BSD 2-Clause"
TERMUX_PKG_MAINTAINER="@termux"
TERMUX_PKG_VERSION=4.0
TERMUX_PKG_VERSION=4.1.1
TERMUX_PKG_REVISION=1
TERMUX_PKG_SRCURL=https://github.com/jarun/nnn/archive/v${TERMUX_PKG_VERSION}.tar.gz
TERMUX_PKG_SHA256=a219ec8fad3dd0512aadae5840176f3265188c4c22da3b17b133bac602b40754
TERMUX_PKG_DEPENDS="debianutils, file, findutils, readline, wget, libandroid-support"
TERMUX_PKG_SHA256=f0e02668da6324c12c39db35fe5c26bd45f3e02e5684a351b8ce8a357419ceba
TERMUX_PKG_DEPENDS="debianutils, file, findutils, readline, wget, libandroid-support, lzip"
TERMUX_PKG_BUILD_IN_SRC=true