summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorFederico Di Pierro2018-11-25 19:34:53 +0100
committerFederico Di Pierro2018-11-25 19:34:53 +0100
commit729e7c45ec47fac9113ca6cfb3b04049cb999819 (patch)
tree6634ab110bed62d560d79bf937b7ebeb916344d4
parent4b6be796da0ea8273df8cd2e58d9fb19ce8bdafc (diff)
downloadaur-729e7c45ec47fac9113ca6cfb3b04049cb999819.tar.gz
bash-completion is a build only dep.
-rwxr-xr-x.SRCINFO4
-rw-r--r--PKGBUILD6
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index c29ed18e3cbf..7c2ea19723e5 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 = r488.59886b0
+ pkgver = r489.21cefc0
pkgrel = 1
url = https://github.com/FedeDP/Clight
install = clight.install
@@ -9,12 +9,12 @@ pkgbase = clight-git
license = GPL
makedepends = git
makedepends = cmake
+ makedepends = bash-completion
depends = systemd>=221
depends = popt
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 cbb6360af65c..b954037e21ed 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,15 +2,15 @@
pkgname=clight-git
_gitname=Clight
-pkgver=r488.59886b0
+pkgver=r489.21cefc0
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' 'bash-completion')
-makedepends=('git' 'cmake')
+depends=('systemd>=221' 'popt' 'libconfig' 'gsl' 'clightd-git')
+makedepends=('git' 'cmake' 'bash-completion')
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.')
source=("git://github.com/FedeDP/${_gitname}.git")