summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 0637889b1b5f..cf4944794ffe 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@
pkgname=clight
_gitname=Clight
pkgver=3.1
-pkgrel=1
+pkgrel=2
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')
url="https://github.com/FedeDP/${_gitname}"
@@ -16,7 +16,7 @@ optdepends=('geoclue2: to retrieve user location through geoclue2.'
'bash-completion: to add support for bash automatic completion.')
source=("${_gitname}-${pkgver}.tar.gz::${url}/archive/${pkgver}.tar.gz")
install=clight.install
-sha256sums=("24d95c1d812d7b9293e647ac00c1a0a62429b74d11d9a746865d52a2f0f7e7fc")
+sha256sums=("842e639b86f898da225104878543b97d2626a3326e663f84333d075f9e718b89")
prepare() {
cd "${srcdir}/${_gitname}-${pkgver}"