From ee9c92a37f7fe842009bd463650beb8fae43bfa8 Mon Sep 17 00:00:00 2001 From: fbt Date: Sun, 17 Nov 2019 18:12:52 +0300 Subject: [PATCH] more deps Signed-off-by: fbt --- PKGBUILD | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/PKGBUILD b/PKGBUILD index 612680c..b837786 100644 --- a/PKGBUILD +++ b/PKGBUILD @@ -9,7 +9,8 @@ pkgdesc='set color temperature of screen' url='https://github.com/faf0/sct' license=('PD') arch=('x86_64') -makedepends=('git' 'xorgproto') +makedepends=('git') +depends=('libx11' 'xorgproto') provides=("$_pkgname") conflicts=("$_pkgname")