X-Git-Url: https://git.distorted.org.uk/~mdw/termux-packages/blobdiff_plain/fd8dee4f1ba014c847e6682d50b2bbdcccb7942f..bc77023419885c9c13f8a4e4447a85d0c9610fdf:/packages/asciinema/build.sh diff --git a/packages/asciinema/build.sh b/packages/asciinema/build.sh index 0960aa1c..0e6b4d30 100644 --- a/packages/asciinema/build.sh +++ b/packages/asciinema/build.sh @@ -1,9 +1,11 @@ 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_REVISION=1 # 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=968016828119d53b8e4e6ccf40a2635704d236f8e805f635c15adc09a4373a55 TERMUX_PKG_FOLDERNAME=asciinema-${TERMUX_PKG_VERSION} TERMUX_PKG_BUILD_IN_SRC=yes TERMUX_PKG_PLATFORM_INDEPENDENT=yes @@ -13,8 +15,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 () {