Revert "newsboat: update to 2.20"

error[E0432]: unresolved imports `libc::regcomp`, `libc::regerror`, `libc::regex_t`, `libc::regexec`, `libc::regfree`, `libc::regmatch_t`
This commit is contained in:
Leonid Pliushch 2020-06-21 20:53:13 +03:00
parent ae13d4eeb1
commit 550b99daa2
1 changed files with 3 additions and 2 deletions

View File

@ -1,9 +1,10 @@
TERMUX_PKG_HOMEPAGE=https://newsboat.org/
TERMUX_PKG_DESCRIPTION="RSS/Atom feed reader for the text console"
TERMUX_PKG_LICENSE="MIT"
TERMUX_PKG_VERSION=2.20
TERMUX_PKG_VERSION=2.19
TERMUX_PKG_REVISION=2
TERMUX_PKG_SRCURL=https://newsboat.org/releases/${TERMUX_PKG_VERSION}/newsboat-${TERMUX_PKG_VERSION}.tar.xz
TERMUX_PKG_SHA256=d3a7d5d5a33a89f0970b8651cb95239816e3361d02eb153effeaa1c915a7e402
TERMUX_PKG_SHA256=ba484c825bb903daf6d33d55126107b59e41111b455d368362208f1825403d1b
TERMUX_PKG_DEPENDS="libc++, libiconv, libandroid-support, libandroid-glob, json-c, libsqlite, libcurl, libxml2, stfl, ncurses, openssl"
TERMUX_PKG_BUILD_IN_SRC=true
TERMUX_PKG_RM_AFTER_INSTALL="share/locale"