zsh: Update from 5.4.2 to 5.5
[termux-packages] / packages / zsh / build.sh
index 2c3ecc1..d9a5f0f 100644 (file)
@@ -1,12 +1,18 @@
 TERMUX_PKG_HOMEPAGE=https://www.zsh.org
 TERMUX_PKG_DESCRIPTION="Shell with lots of features"
-TERMUX_PKG_VERSION=5.4.1
-TERMUX_PKG_SHA256=94cbd57508287e8faa081424509738d496f5f41e32ed890e3a5498ce05d3633b
+TERMUX_PKG_VERSION=5.5
+TERMUX_PKG_SHA256=c3d57b92d75e29c8a49d2ff6d146ab63c5968bb7187bf1a9dd35464d22b33b6f
 TERMUX_PKG_SRCURL=https://fossies.org/linux/misc/zsh-${TERMUX_PKG_VERSION}.tar.xz
 # Remove hard link to bin/zsh as Android does not support hard links:
 TERMUX_PKG_RM_AFTER_INSTALL="bin/zsh-${TERMUX_PKG_VERSION}"
 TERMUX_PKG_DEPENDS="libandroid-support, ncurses, termux-tools, command-not-found"
-TERMUX_PKG_EXTRA_CONFIGURE_ARGS="--enable-etcdir=$TERMUX_PREFIX/etc --disable-gdbm --disable-pcre ac_cv_header_utmp_h=no"
+TERMUX_PKG_EXTRA_CONFIGURE_ARGS="
+ac_cv_header_utmp_h=no
+ac_cv_func_getpwuid=yes
+--disable-gdbm
+--disable-pcre
+--enable-etcdir=$TERMUX_PREFIX/etc
+"
 TERMUX_PKG_CONFFILES="etc/zshrc"
 
 termux_step_post_configure () {