summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorFederico Di Pierro2018-12-15 20:02:56 +0100
committerFederico Di Pierro2018-12-15 20:02:56 +0100
commit9a948fa3b796e02a789f820307515cffd89c40e5 (patch)
tree9a3b731b179715fed63efbeaf04502cac5fc6c89
parentb4cbf6d5bcb6e9d081a366efb64121829edf5ebc (diff)
downloadaur-9a948fa3b796e02a789f820307515cffd89c40e5.tar.gz
Updated to 3.1.
-rwxr-xr-x.SRCINFO3
-rw-r--r--PKGBUILD5
2 files changed, 5 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 65d18db3e65d..b792dc5886d6 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. Devel version.
- pkgver = r499.bdf2d17
+ pkgver = r508.b62c77b
pkgrel = 1
url = https://github.com/FedeDP/Clight
install = clight.install
@@ -17,6 +17,7 @@ pkgbase = clight-git
depends = clightd-git
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.
+ optdepends = bash-completion: to add support for bash automatic completion.
backup = etc/default/clight.conf
source = git://github.com/FedeDP/Clight.git
sha256sums = SKIP
diff --git a/PKGBUILD b/PKGBUILD
index 6fc9466f93d7..2bc58cfee029 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
pkgname=clight-git
_gitname=Clight
-pkgver=r499.bdf2d17
+pkgver=r508.b62c77b
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. Devel version."
arch=('i686' 'x86_64')
@@ -12,7 +12,8 @@ backup=(etc/default/clight.conf)
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.')
+ 'upower: to save energy by increasing timeouts between captures while on battery and to autocalibrate keyboard backlight.'
+ 'bash-completion: to add support for bash automatic completion.')
source=("git://github.com/FedeDP/${_gitname}.git")
install=clight.install
sha256sums=("SKIP")