diff --git a/packages/profanity/build.sh b/packages/profanity/build.sh index d411b7e98..2554508ca 100644 --- a/packages/profanity/build.sh +++ b/packages/profanity/build.sh @@ -3,7 +3,7 @@ TERMUX_PKG_DESCRIPTION="Profanity is a console based XMPP client written in C us TERMUX_PKG_LICENSE="GPL-3.0" TERMUX_PKG_MAINTAINER="Oliver Schmidhauser @Neo-Oli" TERMUX_PKG_VERSION=0.9.5 -TERMUX_PKG_REVISION=1 +TERMUX_PKG_REVISION=2 TERMUX_PKG_SRCURL=https://github.com/profanity-im/profanity/releases/download/$TERMUX_PKG_VERSION/profanity-$TERMUX_PKG_VERSION.tar.gz TERMUX_PKG_SHA256=23f7b2e5c6cf85913b9e7a228802bca9ecb1d1cf3bf8f8f285e9676176a24902 TERMUX_PKG_DEPENDS="libandroid-support, libffi, ncurses, glib, libmesode, libcurl, readline, libuuid, libotr, gpgme, python, libassuan, libgpg-error, zlib, libsignal-protocol-c" @@ -15,8 +15,8 @@ TERMUX_PKG_EXTRA_CONFIGURE_ARGS=" --disable-python-plugins --without-xscreensave TERMUX_PKG_BUILD_IN_SRC=true termux_step_pre_configure() { - CPPFLAGS+=" -I$TERMUX_PREFIX/include/python3.8" - LDFLAGS+=" -lpython3.8" + CPPFLAGS+=" -I$TERMUX_PREFIX/include/python3.9" + LDFLAGS+=" -lpython3.9" } termux_step_post_configure() {