summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorFederico Di Pierro2018-11-25 10:04:52 +0100
committerFederico Di Pierro2018-11-25 10:04:52 +0100
commit4b6be796da0ea8273df8cd2e58d9fb19ce8bdafc (patch)
tree321cbb685a6e3c64dfe18633c8e39dd03e2c259c
parent0c70b685541f85a292ea0e7b100656ef95008c3b (diff)
downloadaur-4b6be796da0ea8273df8cd2e58d9fb19ce8bdafc.tar.gz
Added bash-completion dep.
-rwxr-xr-x.SRCINFO3
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index be9b9e0ec8d7..c29ed18e3cbf 100755
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = clight-git
pkgdesc = A C daemon that turns your webcam into a light sensor. It can also change display gamma temperature, dim your screen and set your dpms.
- pkgver = r484.0edbb8e
+ pkgver = r488.59886b0
pkgrel = 1
url = https://github.com/FedeDP/Clight
install = clight.install
@@ -14,6 +14,7 @@ pkgbase = clight-git
depends = libconfig
depends = gsl
depends = clightd-git
+ depends = bash-completion
optdepends = geoclue2: to retrieve user location through geoclue2.
optdepends = upower: to save energy by increasing timeouts between captures while on battery and to autocalibrate keyboard backlight.
backup = etc/default/clight.conf
diff --git a/PKGBUILD b/PKGBUILD
index 4030888342b9..cbb6360af65c 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,14 +2,14 @@
pkgname=clight-git
_gitname=Clight
-pkgver=r484.0edbb8e
+pkgver=r488.59886b0
pkgrel=1
pkgdesc="A C daemon that turns your webcam into a light sensor. It can also change display gamma temperature, dim your screen and set your dpms."
arch=('i686' 'x86_64')
url="https://github.com/FedeDP/${_gitname}"
license=('GPL')
backup=(etc/default/clight.conf)
-depends=('systemd>=221' 'popt' 'libconfig' 'gsl' 'clightd-git')
+depends=('systemd>=221' 'popt' 'libconfig' 'gsl' 'clightd-git' 'bash-completion')
makedepends=('git' 'cmake')
optdepends=('geoclue2: to retrieve user location through geoclue2.'
'upower: to save energy by increasing timeouts between captures while on battery and to autocalibrate keyboard backlight.')