From 8d9e21f3dfe5d06efbb3cc37f2226b87c4a58b6d Mon Sep 17 00:00:00 2001 From: Leonid Pliushch Date: Mon, 27 May 2019 02:57:57 +0300 Subject: [PATCH] libxau: bump revision --- x11-packages/libxau/build.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/x11-packages/libxau/build.sh b/x11-packages/libxau/build.sh index 06d1e078e..f6e53aea5 100644 --- a/x11-packages/libxau/build.sh +++ b/x11-packages/libxau/build.sh @@ -3,7 +3,7 @@ TERMUX_PKG_DESCRIPTION="X11 authorisation library" TERMUX_PKG_LICENSE="MIT" TERMUX_PKG_MAINTAINER="Leonid Plyushch " TERMUX_PKG_VERSION=1.0.9 -TERMUX_PKG_REVISION=1 +TERMUX_PKG_REVISION=2 TERMUX_PKG_SRCURL=https://xorg.freedesktop.org/releases/individual/lib/libXau-${TERMUX_PKG_VERSION}.tar.bz2 TERMUX_PKG_SHA256=ccf8cbf0dbf676faa2ea0a6d64bcc3b6746064722b606c8c52917ed00dcb73ec TERMUX_PKG_BUILD_DEPENDS="xorgproto"