summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD6
1 files changed, 3 insertions, 3 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 4436914d12b0..afc810952a7f 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,8 +1,8 @@
# Maintainer: Mark Wagie <mark dot wagie at tutantota dot com>
# Contributor: Federico Di Pierro <nierro92@gmail.com>
pkgname=clight
-pkgver=4.4
-pkgrel=5
+pkgver=4.5
+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' 'aarch64')
url="https://github.com/FedeDP/Clight"
@@ -17,7 +17,7 @@ optdepends=('geoclue: to retrieve user location through geoclue.'
backup=("etc/default/$pkgname.conf")
install="$pkgname.install"
source=("$pkgname-$pkgver.tar.gz::$url/archive/$pkgver.tar.gz")
-sha256sums=('1371ac6f537cec4fc61581dbb6ceb143df08f20e24f884fa148068008864b054')
+sha256sums=('2ce204edd58284c178b99e2ffec0105fc8e78d8a076350f64424b66c9878e91e')
build() {
cmake -B build -S Clight-$pkgver \