X-Git-Url: https://git.distorted.org.uk/~mdw/termux-packages/blobdiff_plain/58f7a21c18b1948e17822d06ef1238c555dda374..449d39d04a11ad248354d442a2fe364429aab289:/packages/asciinema/build.sh diff --git a/packages/asciinema/build.sh b/packages/asciinema/build.sh index 0960aa1c..b2eac417 100644 --- a/packages/asciinema/build.sh +++ b/packages/asciinema/build.sh @@ -1,6 +1,7 @@ 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 @@ -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 () {