notmuch: Update from 0.26 to 0.26.1
[termux-packages] / packages / notmuch / build.sh
index 336439f..a6ac737 100644 (file)
@@ -1,12 +1,16 @@
 TERMUX_PKG_HOMEPAGE=https://notmuchmail.org
 TERMUX_PKG_DESCRIPTION="Thread-based email index, search and tagging system"
-TERMUX_PKG_VERSION=0.24.1
+TERMUX_PKG_VERSION=0.26.1
+TERMUX_PKG_SHA256=d3f7e44f4dd0a75150b73e41737c4923ba94ea2947b9fe585f0aab591bb4a837
 TERMUX_PKG_SRCURL=https://notmuchmail.org/releases/notmuch-${TERMUX_PKG_VERSION}.tar.gz
-TERMUX_PKG_SHA256=fa117de2c6096dd896a333b9c770572a939e04a02abe6745b6b07f5363063ca3
 TERMUX_PKG_BUILD_IN_SRC=yes
 TERMUX_PKG_DEPENDS="glib, libgmime, libtalloc, libxapian"
 
 termux_step_configure () {
+       # Use python3 so that the python3-sphinx package is
+       # found for man page generation.
+       export PYTHON=python3
+
        cd $TERMUX_PKG_SRCDIR
        XAPIAN_CONFIG=$TERMUX_PREFIX/bin/xapian-config ./configure \
                --prefix=$TERMUX_PREFIX \