summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorFederico Di Pierro2017-06-25 19:33:14 +0200
committerFederico Di Pierro2017-06-25 19:33:14 +0200
commit66f31334002bb78f06dd93eec28bffa718a4d0de (patch)
tree92e753d973b871dfbd69d3227a8254a7cb5f9045
parent2c5d4fb443ba5903009ab5677a3bea607f5f99d4 (diff)
downloadaur-66f31334002bb78f06dd93eec28bffa718a4d0de.tar.gz
updated to latest version
-rw-r--r--.SRCINFO1
-rw-r--r--PKGBUILD2
2 files changed, 2 insertions, 1 deletions
diff --git a/.SRCINFO b/.SRCINFO
index c0c9543b4e7b..4d436c2df5d1 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -13,6 +13,7 @@ pkgbase = clightd-git
depends = libxrandr
depends = libxext
depends = polkit
+ depends = libxss
optdepends = clight-git: user service to automagically change screen backlight matching ambient brightness.
source = git://github.com/FedeDP/Clightd.git
sha256sums = SKIP
diff --git a/PKGBUILD b/PKGBUILD
index 65fea66314ab..92bbceefccf8 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -8,7 +8,7 @@ pkgdesc="Bus interface to change screen brightness and capture frames from webca
arch=('i686' 'x86_64')
url="https://github.com/FedeDP/${_gitname}"
license=('GPL')
-depends=('systemd' 'linux-api-headers' 'libx11' 'libxrandr' 'libxext' 'polkit')
+depends=('systemd' 'linux-api-headers' 'libx11' 'libxrandr' 'libxext' 'polkit' 'libxss')
makedepends=('git')
optdepends=('clight-git: user service to automagically change screen backlight matching ambient brightness.')
source=("git://github.com/FedeDP/${_gitname}.git")