X-Git-Url: https://git.distorted.org.uk/~mdw/termux-packages/blobdiff_plain/fd8dee4f1ba014c847e6682d50b2bbdcccb7942f..c6a9c89cb68b49a996bc664873003724a53392f8:/packages/asciinema/build.sh diff --git a/packages/asciinema/build.sh b/packages/asciinema/build.sh index 0960aa1c..dfc2fe15 100644 --- a/packages/asciinema/build.sh +++ b/packages/asciinema/build.sh @@ -1,9 +1,10 @@ TERMUX_PKG_HOMEPAGE=https://asciinema.org/ TERMUX_PKG_DESCRIPTION="Record and share your terminal sessions, the right way" -TERMUX_PKG_VERSION=1.3.0 +TERMUX_PKG_VERSION=1.4.0 # ncurses-utils for tput which asciinema uses: TERMUX_PKG_DEPENDS="python, ncurses-utils" TERMUX_PKG_SRCURL=https://github.com/asciinema/asciinema/archive/v${TERMUX_PKG_VERSION}.tar.gz +TERMUX_PKG_SHA256=841a55b0f51988d5e155e99badbd6ce5cf3b43cca2ba15cd20c971a19719dc9a TERMUX_PKG_FOLDERNAME=asciinema-${TERMUX_PKG_VERSION} TERMUX_PKG_BUILD_IN_SRC=yes TERMUX_PKG_PLATFORM_INDEPENDENT=yes @@ -13,8 +14,8 @@ termux_step_make () { } termux_step_make_install () { - export PYTHONPATH=$TERMUX_PREFIX/lib/python3.5/site-packages/ - python3.5 setup.py install --prefix=$TERMUX_PREFIX --force + export PYTHONPATH=$TERMUX_PREFIX/lib/python3.6/site-packages/ + python3.6 setup.py install --prefix=$TERMUX_PREFIX --force } termux_step_post_massage () {