From f7694eae3023c23eebd1409cc39196d772c020ed Mon Sep 17 00:00:00 2001 From: Leonid Pliushch Date: Sat, 25 May 2019 20:17:10 +0300 Subject: [PATCH] xcompmgr: bump revision --- x11-packages/xcompmgr/build.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/x11-packages/xcompmgr/build.sh b/x11-packages/xcompmgr/build.sh index 83df6e379..842755219 100644 --- a/x11-packages/xcompmgr/build.sh +++ b/x11-packages/xcompmgr/build.sh @@ -3,6 +3,7 @@ TERMUX_PKG_DESCRIPTION="Composite Window-effects manager for X.org" TERMUX_PKG_LICENSE="BSD" TERMUX_PKG_MAINTAINER="Leonid Plyushch " TERMUX_PKG_VERSION=1.1.8 +TERMUX_PKG_REVISION=1 TERMUX_PKG_SRCURL=https://xorg.freedesktop.org/releases/individual/app/xcompmgr-${TERMUX_PKG_VERSION}.tar.bz2 TERMUX_PKG_SHA256=0b89daf4f060fa3fa83cca862c45d531fef7121b5d06552c1d73d396ad9a7243 TERMUX_PKG_DEPENDS="libx11, libxcomposite, libxdamage, libxext, libxfixes, libxrender"