From ee5da5be2c9f00ecdb6dc3f25d2b683a00fe3132 Mon Sep 17 00:00:00 2001 From: Leonid Pliushch Date: Wed, 5 May 2021 20:21:17 +0000 Subject: [PATCH] xkeyboard-config: update to 2.32 --- x11-packages/xkeyboard-config/build.sh | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/x11-packages/xkeyboard-config/build.sh b/x11-packages/xkeyboard-config/build.sh index 2c9865ebc..237fe3ab7 100644 --- a/x11-packages/xkeyboard-config/build.sh +++ b/x11-packages/xkeyboard-config/build.sh @@ -2,10 +2,9 @@ TERMUX_PKG_HOMEPAGE=https://www.freedesktop.org/wiki/Software/XKeyboardConfig/ TERMUX_PKG_DESCRIPTION="X keyboard configuration files" TERMUX_PKG_LICENSE="MIT" TERMUX_PKG_MAINTAINER="Leonid Pliushch " -TERMUX_PKG_VERSION=2.31 -TERMUX_PKG_REVISION=2 +TERMUX_PKG_VERSION=2.32 TERMUX_PKG_SRCURL=https://xorg.freedesktop.org/archive/individual/data/xkeyboard-config/xkeyboard-config-${TERMUX_PKG_VERSION}.tar.bz2 -TERMUX_PKG_SHA256=da44181f2c8828789c720decf7d13acb3c3950e2a040af5132f50f04bb6aada3 +TERMUX_PKG_SHA256=1feee317ba39b91902b0cbd2987c0c73e6afbfc8f4c096367a5c86c216c036a8 TERMUX_PKG_PLATFORM_INDEPENDENT=true TERMUX_PKG_BUILD_DEPENDS="libx11"