summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorFederico Di Pierro2018-03-04 10:25:20 +0100
committerFederico Di Pierro2018-03-04 10:25:20 +0100
commit26320e311118d867709ebdc89c33bdb6773a4f80 (patch)
treed1bbf58ec51415298bf8f8235f7ae270cb863de4
parent5b4dbee9906fc59830006115f410dd6b237cfb52 (diff)
downloadaur-26320e311118d867709ebdc89c33bdb6773a4f80.tar.gz
Updated to 2.0
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD6
2 files changed, 6 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 8dca0f64722d..d553781bb6a9 100644
--- 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.
- pkgver = r232.7dff9a0
+ 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 = r78.daf725b
pkgrel = 1
url = https://github.com/FedeDP/Clight
install = clight.install
@@ -8,7 +8,7 @@ pkgbase = clight-git
arch = x86_64
license = GPL
makedepends = git
- depends = systemd
+ depends = systemd>=221
depends = popt
depends = libconfig
depends = gsl
diff --git a/PKGBUILD b/PKGBUILD
index e12a6be8ee58..d9047ba7ea44 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,14 +2,14 @@
pkgname=clight-git
_gitname=Clight
-pkgver=r232.7dff9a0
+pkgver=r78.daf725b
pkgrel=1
-pkgdesc="A C daemon that turns your webcam into a light sensor. It can also change display gamma temperature."
+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' 'popt' 'libconfig' 'gsl' 'clightd-git')
+depends=('systemd>=221' '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.')