X-Git-Url: https://git.distorted.org.uk/~mdw/termux-packages/blobdiff_plain/58f7a21c18b1948e17822d06ef1238c555dda374..b8d327eef33a67e667d1ac11533ec5fd8b932581:/packages/timewarrior/build.sh diff --git a/packages/timewarrior/build.sh b/packages/timewarrior/build.sh index 1be77423..8745a8f5 100644 --- a/packages/timewarrior/build.sh +++ b/packages/timewarrior/build.sh @@ -1,12 +1,9 @@ -# Problem: In src/libshared/src/FS.cpp the file is included -# which is not provided by the Android platform. In Termux -# we have it in $TERMUX_PREFIX/include, which sould be found -# by DCMAKE_FIND_ROOT_PATH=$TERMUX_PREFIX? Works in -# taskwarrior for the src/FS.cpp file there. TERMUX_PKG_HOMEPAGE=https://tasktools.org/projects/timewarrior.html TERMUX_PKG_DESCRIPTION="Command-line time tracker" TERMUX_PKG_VERSION=1.0.0 -TERMUX_PKG_SRCURL=http://taskwarrior.org/download/timew-${TERMUX_PKG_VERSION}.tar.gz +TERMUX_PKG_REVISION=1 +TERMUX_PKG_SRCURL=https://taskwarrior.org/download/timew-${TERMUX_PKG_VERSION}.tar.gz +TERMUX_PKG_SHA256=ac027910e1e8365bdd218a8b42389b26d017d38d3c96516c408db6d5a44e0bb5 TERMUX_PKG_DEPENDS="libandroid-glob" termux_step_pre_configure() {