newsboat: Update from 2.14 to 2.14.1

This commit is contained in:
Fredrik Fornwall 2019-02-16 00:34:09 +01:00
parent 08ec48080b
commit fb1798c3da
1 changed files with 3 additions and 8 deletions

View File

@ -2,9 +2,8 @@ TERMUX_PKG_HOMEPAGE=https://newsboat.org/
TERMUX_PKG_DESCRIPTION="RSS/Atom feed reader for the text console"
TERMUX_PKG_LICENSE="MIT"
TERMUX_PKG_API_LEVEL=24
TERMUX_PKG_VERSION=2.14
TERMUX_PKG_REVISION=1
TERMUX_PKG_SHA256=67bcbaac3ebed5cea07aee502803364a01e7b45a022c886932cc18d5b9e56d8d
TERMUX_PKG_VERSION=2.14.1
TERMUX_PKG_SHA256=4bd0d3b1901a3fc7e0ef73b800587c28181a57b175c36b547dbd84636330df66
TERMUX_PKG_SRCURL=https://newsboat.org/releases/${TERMUX_PKG_VERSION}/newsboat-${TERMUX_PKG_VERSION}.tar.xz
TERMUX_PKG_DEPENDS="libandroid-support, libandroid-glob, json-c, libsqlite, libcurl, libxml2, stfl, ncurses, openssl"
TERMUX_PKG_BUILD_IN_SRC=yes
@ -16,10 +15,6 @@ TERMUX_PKG_REPLACES=newsbeuter
termux_step_pre_configure() {
termux_setup_rust
# The newsboat Makefile assumes that the built library is in target/release,
# which is not the case when cross compiling:
LDFLAGS+=" -L.//target/$CARGO_TARGET_NAME/release"
# Used by newsboat Makefile:
export CARGO_FLAGS="--target $CARGO_TARGET_NAME"
export CARGO_BUILD_TARGET=$CARGO_TARGET_NAME
}