summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorFederico Di Pierro2017-05-15 20:43:37 +0200
committerFederico Di Pierro2017-05-15 20:43:37 +0200
commit1b303df5f7dc5b90d340644d217b7d67e9c83225 (patch)
treeb9d7cba4d95a4090f48e18676466002d3d55f4b2
parent0b84071f838930ca3568113a854e6048420bb17d (diff)
downloadaur-1b303df5f7dc5b90d340644d217b7d67e9c83225.tar.gz
updated
-rw-r--r--.SRCINFO1
-rw-r--r--PKGBUILD2
2 files changed, 1 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 11451c72970c..7b28ca49e7b8 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -9,7 +9,6 @@ pkgbase = clight-git
license = GPL
makedepends = git
depends = systemd
- depends = libxcb
depends = popt
depends = libconfig
depends = gsl
diff --git a/PKGBUILD b/PKGBUILD
index 6c27e9297fc6..023908a1af59 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -9,7 +9,7 @@ arch=('i686' 'x86_64')
url="https://github.com/FedeDP/${_gitname}"
license=('GPL')
backup=(etc/default/clight.conf)
-depends=('systemd' 'libxcb' 'popt' 'libconfig' 'gsl' 'clightd-git')
+depends=('systemd' 'popt' 'libconfig' 'gsl' 'clightd-git')
makedepends=('git')
optdepends=('geoclue2: to retrieve user location through geoclue2.'
'upower: to save energy by increasing timeouts between captures while on battery.')