summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorFederico Di Pierro2019-11-24 15:24:34 +0100
committerFederico Di Pierro2019-11-24 15:24:34 +0100
commitc3566acfe7aa26e1f608cf22d1baa3b5a3916665 (patch)
treedb502d0106d5f5b90b3af961fedba9c5aef873b4
parentb52459c58420d8be5387e1d5f65c460afbf5870e (diff)
downloadaur-c3566acfe7aa26e1f608cf22d1baa3b5a3916665.tar.gz
Updated to new release.
-rw-r--r--[-rwxr-xr-x].SRCINFO5
-rw-r--r--PKGBUILD6
2 files changed, 6 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 24fd2d1a51b3..0924842c59be 100755..100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
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 = r517.21bd0ee
- pkgrel = 2
+ pkgver = r643.eaff9a6
+ pkgrel = 1
url = https://github.com/FedeDP/Clight
install = clight.install
arch = i686
@@ -15,6 +15,7 @@ pkgbase = clight-git
depends = libconfig
depends = gsl
depends = clightd-git
+ depends = libmodule>=5.0.0
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.
diff --git a/PKGBUILD b/PKGBUILD
index cf790d9df4a7..34df5777a2da 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,14 +2,14 @@
pkgname=clight-git
_gitname=Clight
-pkgver=r517.21bd0ee
-pkgrel=2
+pkgver=r643.eaff9a6
+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')
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' 'libmodule>=5.0.0')
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.'