summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD7
1 files changed, 4 insertions, 3 deletions
diff --git a/PKGBUILD b/PKGBUILD
index cc2318102697..0637889b1b5f 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
pkgname=clight
_gitname=Clight
-pkgver=3.0
+pkgver=3.1
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')
@@ -12,10 +12,11 @@ backup=(etc/default/clight.conf)
depends=('systemd>=221' 'popt' 'libconfig' 'gsl' 'clightd>=3.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.')
+ '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=("${_gitname}-${pkgver}.tar.gz::${url}/archive/${pkgver}.tar.gz")
install=clight.install
-sha256sums=("d904e20f90e3166d26a9c8a72b401ee104c06c53660b70bb809ba1eabc32b0d3")
+sha256sums=("24d95c1d812d7b9293e647ac00c1a0a62429b74d11d9a746865d52a2f0f7e7fc")
prepare() {
cd "${srcdir}/${_gitname}-${pkgver}"