vifm: update to 0.12.1

This commit is contained in:
Chongyun Lee 2022-09-22 10:38:33 +08:00
parent 6cb185c730
commit e7b1898458
No known key found for this signature in database
GPG Key ID: 379E4F5EB8CD7985
2 changed files with 2 additions and 14 deletions

View File

@ -2,10 +2,9 @@ TERMUX_PKG_HOMEPAGE=https://vifm.info/
TERMUX_PKG_DESCRIPTION="File manager with vi like keybindings"
TERMUX_PKG_LICENSE="GPL-2.0"
TERMUX_PKG_MAINTAINER="@termux"
TERMUX_PKG_VERSION=0.12
TERMUX_PKG_REVISION=1
TERMUX_PKG_VERSION=0.12.1
TERMUX_PKG_SRCURL=https://github.com/vifm/vifm/archive/v${TERMUX_PKG_VERSION}.tar.gz
TERMUX_PKG_SHA256=f145896c1a4237d6aa160e8616f4c600f276729a17958b6a1cf5186276815395
TERMUX_PKG_SHA256=410b2f183e9fdefb145cf6811c106e9297c9d8f7ddfe38f8840869c63e089f95
TERMUX_PKG_AUTO_UPDATE=true
TERMUX_PKG_DEPENDS="ncurses, file"

View File

@ -1,11 +0,0 @@
--- ../cache/vifm-0.9/src/modes/file_info.c 2017-06-18 14:31:25.000000000 +0000
+++ ./src/modes/file_info.c 2017-10-03 23:51:20.005137148 +0000
@@ -31,7 +31,7 @@
#include <stdlib.h> /* free() */
#include <string.h> /* strlen() */
#include <time.h> /* tm localtime() strftime() */
-
+#include <sys/sysmacros.h>
#include "../cfg/config.h"
#include "../compat/fs_limits.h"
#include "../compat/os.h"