summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorFederico Di Pierro2019-01-07 21:36:52 +0100
committerFederico Di Pierro2019-01-07 21:36:52 +0100
commit3f26e3d87f3ad72852b21d65bfaf0dcc4d4a26fb (patch)
tree98b3e02438244b5652791d6fc454a318da35c986
parentc356448817afb12e7b41634e15da9f01fdde5506 (diff)
downloadaur-3f26e3d87f3ad72852b21d65bfaf0dcc4d4a26fb.tar.gz
Added conflict array.
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD4
2 files changed, 6 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index df56b8736110..5844a297df05 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = clightd
pkgdesc = Bus interface to change screen brightness and capture frames from webcam.
pkgver = 3.1
- pkgrel = 1
+ pkgrel = 2
url = https://github.com/FedeDP/Clightd
arch = i686
arch = x86_64
@@ -18,6 +18,8 @@ pkgbase = clightd
depends = ddcutil
depends = libmodule>=3.1.0
optdepends = clight: user service to automagically change screen backlight matching ambient brightness.
+ provides = clightd
+ conflicts = clightd-git
source = Clightd-3.1.tar.gz::https://github.com/FedeDP/Clightd/archive/3.1.tar.gz
sha256sums = 8631af4ed385bd752c17462a77f43abfb9932941780d8312a15cc76d7f0e4ebe
diff --git a/PKGBUILD b/PKGBUILD
index 06ea0de22df5..54c18fb9d303 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@
pkgname=clightd
_gitname=Clightd
pkgver=3.1
-pkgrel=1
+pkgrel=2
pkgdesc="Bus interface to change screen brightness and capture frames from webcam."
arch=('i686' 'x86_64')
url="https://github.com/FedeDP/${_gitname}"
@@ -11,6 +11,8 @@ license=('GPL')
depends=('systemd>=221' 'linux-api-headers' 'libx11' 'libxrandr' 'libxext' 'polkit' 'libxss' 'ddcutil' 'libmodule>=3.1.0')
makedepends=('git' 'cmake')
optdepends=('clight: user service to automagically change screen backlight matching ambient brightness.')
+provides=('clightd')
+conflicts=('clightd-git')
source=("${_gitname}-${pkgver}.tar.gz::${url}/archive/${pkgver}.tar.gz")
sha256sums=("8631af4ed385bd752c17462a77f43abfb9932941780d8312a15cc76d7f0e4ebe")