summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorFederico Di Pierro2017-04-16 21:31:23 +0200
committerFederico Di Pierro2017-04-16 21:31:23 +0200
commit885d6cff270721568f93c88dfc0b26644d41320b (patch)
tree8df5e5ea769c4fe8d1e8c2d91daffb0a06eeca2c
parent4689d1e650449a97a50f7b06520283c676449c98 (diff)
downloadaur-885d6cff270721568f93c88dfc0b26644d41320b.tar.gz
updated deps
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD2
2 files changed, 2 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index f59ac589db3e..377158774918 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -13,7 +13,7 @@ pkgbase = clight-git
depends = popt
depends = libconfig
depends = clightd-git
- depends = x11-xserver-utils
+ depends = xorg-xhost
optdepends = geoclue2: to retrieve user location through geoclue2.
source = git://github.com/FedeDP/Clight.git
sha256sums = SKIP
diff --git a/PKGBUILD b/PKGBUILD
index bb617ffaa353..2d8b23964981 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -8,7 +8,7 @@ pkgdesc="A C daemon that turns your webcam into a light sensor. It can also chan
arch=('i686' 'x86_64')
url="https://github.com/FedeDP/${_gitname}"
license=('GPL')
-depends=('systemd' 'libxcb' 'popt' 'libconfig' 'clightd-git' 'x11-xserver-utils')
+depends=('systemd' 'libxcb' 'popt' 'libconfig' 'clightd-git' 'xorg-xhost')
makedepends=('git')
optdepends=('geoclue2: to retrieve user location through geoclue2.')
source=("git://github.com/FedeDP/${_gitname}.git")