summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorFederico Di Pierro2018-11-10 10:03:16 +0100
committerFederico Di Pierro2018-11-10 10:03:16 +0100
commit124103c66889e93af99a249c3bc02036a2589271 (patch)
treeec1c64d6edd12673ba274c1ce6e3315d7fa5bcc6
parent14e693ed18fde9d468c0481ba58809141da55c02 (diff)
downloadaur-124103c66889e93af99a249c3bc02036a2589271.tar.gz
Updated to new git package
-rwxr-xr-x.SRCINFO3
-rw-r--r--[-rwxr-xr-x]PKGBUILD4
2 files changed, 4 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 52efbdf0f124..3f7d1d427643 100755
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = clightd-git
pkgdesc = Bus interface to change screen brightness and capture frames from webcam.
- pkgver = r115.fd9a7a4
+ pkgver = r6.14e693e
pkgrel = 1
url = https://github.com/FedeDP/Clightd
arch = i686
@@ -15,6 +15,7 @@ pkgbase = clightd-git
depends = polkit
depends = libxss
depends = ddcutil
+ depends = libmodule
optdepends = clight-git: user service to automagically change screen backlight matching ambient brightness.
source = git://github.com/FedeDP/Clightd.git
sha256sums = SKIP
diff --git a/PKGBUILD b/PKGBUILD
index ed46c37084b5..8257b90d10d3 100755..100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,13 +2,13 @@
pkgname=clightd-git
_gitname=Clightd
-pkgver=r115.fd9a7a4
+pkgver=r6.14e693e
pkgrel=1
pkgdesc="Bus interface to change screen brightness and capture frames from webcam."
arch=('i686' 'x86_64')
url="https://github.com/FedeDP/${_gitname}"
license=('GPL')
-depends=('systemd>=221' 'linux-api-headers' 'libx11' 'libxrandr' 'libxext' 'polkit' 'libxss' 'ddcutil')
+depends=('systemd>=221' 'linux-api-headers' 'libx11' 'libxrandr' 'libxext' 'polkit' 'libxss' 'ddcutil' 'libmodule')
makedepends=('git')
optdepends=('clight-git: user service to automagically change screen backlight matching ambient brightness.')
source=("git://github.com/FedeDP/${_gitname}.git")