ncdu: Update from 1.11 to 1.12

This commit is contained in:
Fredrik Fornwall 2016-08-31 17:21:29 -04:00
parent def4744092
commit c03dc5c67a
2 changed files with 3 additions and 13 deletions

View File

@ -1,5 +1,6 @@
TERMUX_PKG_HOMEPAGE=http://dev.yorhel.nl/ncdu
TERMUX_PKG_DESCRIPTION="Disk usage analyzer"
TERMUX_PKG_VERSION=1.11
TERMUX_PKG_SRCURL=http://dev.yorhel.nl/download/ncdu-${TERMUX_PKG_VERSION}.tar.gz
TERMUX_PKG_VERSION=1.12
TERMUX_PKG_SRCURL=https://dev.yorhel.nl/download/ncdu-${TERMUX_PKG_VERSION}.tar.gz
TERMUX_PKG_SHA256=820e4e4747a2a2ec7a2e9f06d2f5a353516362c22496a10a9834f871b877499a
TERMUX_PKG_DEPENDS="ncurses, libandroid-support"

View File

@ -1,11 +0,0 @@
diff -u -r ../ncdu-1.11/src/shell.c ./src/shell.c
--- ../ncdu-1.11/src/shell.c 2014-12-14 09:13:08.000000000 -0500
+++ ./src/shell.c 2015-05-24 18:20:18.274063946 -0400
@@ -32,6 +32,7 @@
#include <ncurses.h>
#include <stdlib.h>
#include <unistd.h>
+#include <sys/wait.h>
void shell_draw() {
char *full_path;