X-Git-Url: https://git.distorted.org.uk/~mdw/termux-packages/blobdiff_plain/47703d4d8b78beb7f3cf0d8112e9c357dcc5e57b..f252068260cd4a0d8abcaf8fa3b0f9328854d707:/packages/profanity/build.sh diff --git a/packages/profanity/build.sh b/packages/profanity/build.sh index 50f37abf..aa3822cc 100644 --- a/packages/profanity/build.sh +++ b/packages/profanity/build.sh @@ -1,16 +1,17 @@ TERMUX_PKG_HOMEPAGE=http://profanity.im TERMUX_PKG_DESCRIPTION="Profanity is a console based XMPP client written in C using ncurses and libstrophe, inspired by Irssi" -TERMUX_PKG_VERSION=0.5.0 -TERMUX_PKG_BUILD_REVISION=1 +TERMUX_PKG_VERSION=0.5.1 +TERMUX_PKG_REVISION=1 TERMUX_PKG_MAINTAINER="Oliver Schmidhauser @Neo-Oli" TERMUX_PKG_SRCURL=http://profanity.im/profanity-${TERMUX_PKG_VERSION}.tar.gz -TERMUX_PKG_DEPENDS="ncurses,glib,libmesode,libcurl,readline,libuuid,libotr,gpgme,python" +TERMUX_PKG_SHA256=e3513713e74ec3363fbdbac2919bdc17e249988780cc5a4589d1425807a7feb8 +TERMUX_PKG_DEPENDS="libandroid-support,ncurses,glib,libmesode,libcurl,readline,libuuid,libotr,gpgme,python" TERMUX_PKG_EXTRA_CONFIGURE_ARGS=" --disable-python-plugins" TERMUX_PKG_BUILD_IN_SRC=yes termux_step_pre_configure() { - CPPFLAGS+=" -I$TERMUX_PREFIX/include/python3.5m" - LDFLAGS+=" -lpython3.5m" + CPPFLAGS+=" -I$TERMUX_PREFIX/include/python3.6m" + LDFLAGS+=" -lpython3.6m" } termux_step_post_configure() {