summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorFederico Di Pierro2019-01-26 11:33:26 +0100
committerFederico Di Pierro2019-01-26 11:33:26 +0100
commit96e603016a39075986e9cdf18cafdc81db001da4 (patch)
tree14bd60a31a12ab376d124ceb9a04e06229f6b1a9
parente82204802835a80e9a5a1c46a05c01bfced7dd86 (diff)
downloadaur-96e603016a39075986e9cdf18cafdc81db001da4.tar.gz
Updated to 3.2
-rwxr-xr-x.SRCINFO6
-rw-r--r--PKGBUILD6
2 files changed, 6 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index f2e1eca23122..7bee9e0b4d12 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 = r222.d0d8875
- pkgrel = 2
+ pkgver = r228.0d2fa2f
+ pkgrel = 1
url = https://github.com/FedeDP/Clightd
arch = i686
arch = x86_64
@@ -16,7 +16,7 @@ pkgbase = clightd-git
depends = polkit
depends = libxss
depends = ddcutil
- depends = libmodule>=3.1.0
+ depends = libmodule>=4.0.0
optdepends = clight-git: user service to automagically change screen backlight matching ambient brightness.
provides = clightd
conflicts = clightd
diff --git a/PKGBUILD b/PKGBUILD
index f8afa3e06f86..bd750ef726b6 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,13 +2,13 @@
pkgname=clightd-git
_gitname=Clightd
-pkgver=r222.d0d8875
-pkgrel=2
+pkgver=r228.0d2fa2f
+pkgrel=1
pkgdesc="Bus interface to change screen brightness and capture frames from webcam. Devel version."
arch=('i686' 'x86_64')
url="https://github.com/FedeDP/${_gitname}"
license=('GPL')
-depends=('systemd>=221' 'linux-api-headers' 'libx11' 'libxrandr' 'libxext' 'polkit' 'libxss' 'ddcutil' 'libmodule>=3.1.0')
+depends=('systemd>=221' 'linux-api-headers' 'libx11' 'libxrandr' 'libxext' 'polkit' 'libxss' 'ddcutil' 'libmodule>=4.0.0')
makedepends=('git' 'cmake')
optdepends=('clight-git: user service to automagically change screen backlight matching ambient brightness.')
provides=('clightd')