summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMark Wagie2021-07-15 10:35:56 -0600
committerMark Wagie2021-07-15 10:35:56 -0600
commitc4cc48505626c5181791f43e775d70a9fb2b8b3c (patch)
treebbb0bf50a28464c3935656cd2e0913673f4df185
parent7f078b85360e89e9b5e4101660f43989dfc79f09 (diff)
downloadaur-c4cc48505626c5181791f43e775d70a9fb2b8b3c.tar.gz
4.6
-rw-r--r--.SRCINFO7
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 08c7f2e2d8f4..4a85c5978223 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = clight
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 = 4.5
+ pkgver = 4.6
pkgrel = 1
url = https://github.com/FedeDP/Clight
install = clight.install
@@ -21,8 +21,7 @@ pkgbase = clight
optdepends = bash-completion: to add support for bash automatic completion.
optdepends = clight-gui: Clight GUI written in Qt.
backup = etc/default/clight.conf
- source = clight-4.5.tar.gz::https://github.com/FedeDP/Clight/archive/4.5.tar.gz
- sha256sums = 2ce204edd58284c178b99e2ffec0105fc8e78d8a076350f64424b66c9878e91e
+ source = clight-4.6.tar.gz::https://github.com/FedeDP/Clight/archive/4.6.tar.gz
+ sha256sums = 4b5b8d7716ce150d8956f3e741bd56c876eedba41bf391fe484d97de239b76a7
pkgname = clight
-
diff --git a/PKGBUILD b/PKGBUILD
index afc810952a7f..923e78f88f49 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Mark Wagie <mark dot wagie at tutantota dot com>
# Contributor: Federico Di Pierro <nierro92@gmail.com>
pkgname=clight
-pkgver=4.5
+pkgver=4.6
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')
@@ -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=('2ce204edd58284c178b99e2ffec0105fc8e78d8a076350f64424b66c9878e91e')
+sha256sums=('4b5b8d7716ce150d8956f3e741bd56c876eedba41bf391fe484d97de239b76a7')
build() {
cmake -B build -S Clight-$pkgver \