texinfo: Fix typo in src url

This commit is contained in:
Fredrik Fornwall 2018-07-15 17:06:36 +02:00
parent 1c35e4b2c4
commit 4207765ff6

View File

@ -3,7 +3,7 @@ TERMUX_PKG_DESCRIPTION="Documentation system for on-line information and printed
TERMUX_PKG_VERSION=6.5
TERMUX_PKG_REVISION=1
TERMUX_PKG_SHA256=77774b3f4a06c20705cc2ef1c804864422e3cf95235e965b1f00a46df7da5f62
TERMUX_PKG_SRCURL=https://mirrors.kernel.org/gnu/txinfo/texinfo-${TERMUX_PKG_VERSION}.tar.xz
TERMUX_PKG_SRCURL=https://mirrors.kernel.org/gnu/texinfo/texinfo-${TERMUX_PKG_VERSION}.tar.xz
# gawk is used by texindex:
TERMUX_PKG_DEPENDS="ncurses, perl, gawk"
TERMUX_PKG_EXTRA_CONFIGURE_ARGS="--disable-perl-xs"