From 2f9cb9839d4c162906c2988d2dfa4562b9a97a9d Mon Sep 17 00:00:00 2001 From: Henrik Grimler Date: Fri, 1 Oct 2021 09:10:06 +0200 Subject: [PATCH] wmaker: bump again To rebuild against updated imagemagick in the laster termux-packages submodule. Truly fixes https://github.com/termux/x11-packages/issues/445. --- x11-packages/wmaker/build.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/x11-packages/wmaker/build.sh b/x11-packages/wmaker/build.sh index cafa7aaec..ade0883c5 100644 --- a/x11-packages/wmaker/build.sh +++ b/x11-packages/wmaker/build.sh @@ -2,7 +2,7 @@ TERMUX_PKG_HOMEPAGE=https://www.windowmaker.org/ TERMUX_PKG_DESCRIPTION="An X11 window manager that reproduces the look and feel of the NeXTSTEP user interface" TERMUX_PKG_LICENSE="GPL-2.0" TERMUX_PKG_VERSION=0.95.9 -TERMUX_PKG_REVISION=5 +TERMUX_PKG_REVISION=6 TERMUX_PKG_SRCURL=https://github.com/window-maker/wmaker/releases/download/wmaker-${TERMUX_PKG_VERSION}/WindowMaker-${TERMUX_PKG_VERSION}.tar.gz TERMUX_PKG_SHA256=f22358ff60301670e1e2b502faad0f2da7ff8976632d538f95fe4638e9c6b714 TERMUX_PKG_DEPENDS="libandroid-shmem, libxmu, libxft, pango, libtiff, giflib, libxpm, libexif, libwebp, imagemagick"