taskwarrior: bump revision

This commit is contained in:
Leonid Pliushch 2019-06-20 04:01:41 +03:00
parent 5f150942b9
commit 0e252c31b5
1 changed files with 2 additions and 2 deletions

View File

@ -2,10 +2,10 @@ TERMUX_PKG_HOMEPAGE=https://taskwarrior.org
TERMUX_PKG_DESCRIPTION="Utility for managing your TODO list"
TERMUX_PKG_LICENSE="MIT"
TERMUX_PKG_VERSION=2.5.1
TERMUX_PKG_REVISION=6
TERMUX_PKG_REVISION=7
TERMUX_PKG_SRCURL=https://taskwarrior.org/download/task-${TERMUX_PKG_VERSION}.tar.gz
TERMUX_PKG_SHA256=d87bcee58106eb8a79b850e9abc153d98b79e00d50eade0d63917154984f2a15
TERMUX_PKG_DEPENDS="libgnutls, libuuid, libandroid-glob"
TERMUX_PKG_DEPENDS="libc++, libgnutls, libuuid, libandroid-glob"
termux_step_pre_configure() {
LDFLAGS+=" -landroid-glob"