summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorFederico Di Pierro2019-01-07 21:37:21 +0100
committerFederico Di Pierro2019-01-07 21:37:21 +0100
commitb52459c58420d8be5387e1d5f65c460afbf5870e (patch)
tree0611d64596eb8fd609cce6abad072b1e088fe38a
parent9a948fa3b796e02a789f820307515cffd89c40e5 (diff)
downloadaur-b52459c58420d8be5387e1d5f65c460afbf5870e.tar.gz
Added conflict array.
-rwxr-xr-x.SRCINFO6
-rw-r--r--PKGBUILD6
2 files changed, 8 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index b792dc5886d6..24fd2d1a51b3 100755
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = clight-git
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. Devel version.
- pkgver = r508.b62c77b
- pkgrel = 1
+ pkgver = r517.21bd0ee
+ pkgrel = 2
url = https://github.com/FedeDP/Clight
install = clight.install
arch = i686
@@ -18,6 +18,8 @@ pkgbase = clight-git
optdepends = geoclue2: to retrieve user location through geoclue2.
optdepends = upower: to save energy by increasing timeouts between captures while on battery and to autocalibrate keyboard backlight.
optdepends = bash-completion: to add support for bash automatic completion.
+ provides = clight
+ conflicts = clight
backup = etc/default/clight.conf
source = git://github.com/FedeDP/Clight.git
sha256sums = SKIP
diff --git a/PKGBUILD b/PKGBUILD
index 2bc58cfee029..cf790d9df4a7 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,8 +2,8 @@
pkgname=clight-git
_gitname=Clight
-pkgver=r508.b62c77b
-pkgrel=1
+pkgver=r517.21bd0ee
+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. Devel version."
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')
source=("git://github.com/FedeDP/${_gitname}.git")
install=clight.install
sha256sums=("SKIP")