summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rwxr-xr-x.SRCINFO6
-rw-r--r--PKGBUILD6
2 files changed, 8 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index d429c8eb6963..f2e1eca23122 100755
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = clightd-git
pkgdesc = Bus interface to change screen brightness and capture frames from webcam. Devel version.
- pkgver = r210.0d1866b
- pkgrel = 1
+ pkgver = r222.d0d8875
+ pkgrel = 2
url = https://github.com/FedeDP/Clightd
arch = i686
arch = x86_64
@@ -18,6 +18,8 @@ pkgbase = clightd-git
depends = ddcutil
depends = libmodule>=3.1.0
optdepends = clight-git: user service to automagically change screen backlight matching ambient brightness.
+ provides = clightd
+ conflicts = clightd
source = git://github.com/FedeDP/Clightd.git
sha256sums = SKIP
diff --git a/PKGBUILD b/PKGBUILD
index 504af5909857..f8afa3e06f86 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,8 +2,8 @@
pkgname=clightd-git
_gitname=Clightd
-pkgver=r210.0d1866b
-pkgrel=1
+pkgver=r222.d0d8875
+pkgrel=2
pkgdesc="Bus interface to change screen brightness and capture frames from webcam. Devel version."
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-git: user service to automagically change screen backlight matching ambient brightness.')
+provides=('clightd')
+conflicts=('clightd')
source=("git://github.com/FedeDP/${_gitname}.git")
sha256sums=("SKIP")