summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 3 insertions, 1 deletions
diff --git a/PKGBUILD b/PKGBUILD
index cf4944794ffe..86d29468697d 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@
pkgname=clight
_gitname=Clight
pkgver=3.1
-pkgrel=2
+pkgrel=3
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}"
@@ -14,6 +14,8 @@ 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.'
'bash-completion: to add support for bash automatic completion.')
+provides=('clight')
+conflicts=('clight-git')
source=("${_gitname}-${pkgver}.tar.gz::${url}/archive/${pkgver}.tar.gz")
install=clight.install
sha256sums=("842e639b86f898da225104878543b97d2626a3326e663f84333d075f9e718b89")