mdp: Update from 1.0.12 to 1.0.13
This commit is contained in:
parent
708648a234
commit
567691817a
@ -1,8 +1,8 @@
|
||||
TERMUX_PKG_HOMEPAGE=https://github.com/visit1985/mdp
|
||||
TERMUX_PKG_DESCRIPTION=" A command-line based markdown presentation tool."
|
||||
TERMUX_PKG_VERSION=1.0.12
|
||||
TERMUX_PKG_MAINTAINER='lokesh @hax4us'
|
||||
TERMUX_PKG_DEPENDS="ncurses"
|
||||
TERMUX_PKG_SHA256=9faca0245babd54aa47cbbb72c14244ca9a9a84f63021a679078041da4f6e98b
|
||||
TERMUX_PKG_VERSION=1.0.13
|
||||
TERMUX_PKG_SHA256=e4348c908406c2aaeeb4715cbe168f793237ff6a6deaeeacca2ef95b05b4b4f2
|
||||
TERMUX_PKG_SRCURL=https://github.com/visit1985/mdp/archive/${TERMUX_PKG_VERSION}.tar.gz
|
||||
TERMUX_PKG_DEPENDS="ncurses"
|
||||
TERMUX_PKG_BUILD_IN_SRC=yes
|
||||
|
@ -1,14 +0,0 @@
|
||||
Submitted upstream at https://github.com/visit1985/mdp/pull/128
|
||||
|
||||
diff -u -r ../mdp-1.0.12/src/viewer.c ./src/viewer.c
|
||||
--- ../mdp-1.0.12/src/viewer.c 2018-01-14 13:30:39.000000000 +0000
|
||||
+++ ./src/viewer.c 2018-06-07 23:03:32.846968101 +0000
|
||||
@@ -982,7 +982,7 @@
|
||||
|
||||
int get_slide_number(char init) {
|
||||
int retval = init - '0';
|
||||
- char c;
|
||||
+ int c;
|
||||
// block for tenths of a second when using getch, ERR if no input
|
||||
halfdelay(GOTO_SLIDE_DELAY);
|
||||
while((c = getch()) != ERR) {
|
Loading…
Reference in New Issue
Block a user