From b4efc551156b407df46cac506d8f8ff66fd63630 Mon Sep 17 00:00:00 2001 From: Leonid Pliushch Date: Sat, 25 May 2019 19:05:50 +0300 Subject: [PATCH] libxcursor: bump revision --- x11-packages/libxcursor/build.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/x11-packages/libxcursor/build.sh b/x11-packages/libxcursor/build.sh index 5df86b547..e44f60f9a 100644 --- a/x11-packages/libxcursor/build.sh +++ b/x11-packages/libxcursor/build.sh @@ -3,6 +3,7 @@ TERMUX_PKG_DESCRIPTION="X cursor management library" TERMUX_PKG_LICENSE="MIT" TERMUX_PKG_MAINTAINER="Leonid Plyushch " TERMUX_PKG_VERSION=1.2.0 +TERMUX_PKG_REVISION=1 TERMUX_PKG_SRCURL=https://xorg.freedesktop.org/releases/individual/lib/libXcursor-${TERMUX_PKG_VERSION}.tar.bz2 TERMUX_PKG_SHA256=3ad3e9f8251094af6fe8cb4afcf63e28df504d46bfa5a5529db74a505d628782 TERMUX_PKG_DEPENDS="libx11, libxfixes, libxrender"