summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorFederico Di Pierro2019-11-24 15:23:37 +0100
committerFederico Di Pierro2019-11-24 15:23:37 +0100
commit76b2b523661724371036c553c81ffd1f15dbcdd0 (patch)
treeca003da91493b214ca4840c731747dd7f0035db4
parenta32f37e82119c40221e0dad022f9de57c0e2b7fe (diff)
downloadaur-76b2b523661724371036c553c81ffd1f15dbcdd0.tar.gz
Updated to 4.0
-rw-r--r--.SRCINFO11
-rw-r--r--PKGBUILD8
2 files changed, 10 insertions, 9 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 8806a6b1d3af..cceea85a05b9 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = clight
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.
- pkgver = 3.1
- pkgrel = 3
+ pkgver = 4.0
+ pkgrel = 1
url = https://github.com/FedeDP/Clight
install = clight.install
arch = i686
@@ -14,15 +14,16 @@ pkgbase = clight
depends = popt
depends = libconfig
depends = gsl
- depends = clightd>=3.0
+ depends = clightd>=4.0
+ depends = libmodule>=5.0.0
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-git
backup = etc/default/clight.conf
- source = Clight-3.1.tar.gz::https://github.com/FedeDP/Clight/archive/3.1.tar.gz
- sha256sums = 842e639b86f898da225104878543b97d2626a3326e663f84333d075f9e718b89
+ source = Clight-4.0.tar.gz::https://github.com/FedeDP/Clight/archive/4.0.tar.gz
+ sha256sums = ae1deba71d376b14acc2a7495b1a6a4ed43fa438c59c1d4fcb2648d44964bd71
pkgname = clight
diff --git a/PKGBUILD b/PKGBUILD
index 86d29468697d..9f3a41b6cdf5 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,14 +2,14 @@
pkgname=clight
_gitname=Clight
-pkgver=3.1
-pkgrel=3
+pkgver=4.0
+pkgrel=1
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."
arch=('i686' 'x86_64')
url="https://github.com/FedeDP/${_gitname}"
license=('GPL')
backup=(etc/default/clight.conf)
-depends=('systemd>=221' 'popt' 'libconfig' 'gsl' 'clightd>=3.0')
+depends=('systemd>=221' 'popt' 'libconfig' 'gsl' 'clightd>=4.0' 'libmodule>=5.0.0')
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.'
@@ -18,7 +18,7 @@ provides=('clight')
conflicts=('clight-git')
source=("${_gitname}-${pkgver}.tar.gz::${url}/archive/${pkgver}.tar.gz")
install=clight.install
-sha256sums=("842e639b86f898da225104878543b97d2626a3326e663f84333d075f9e718b89")
+sha256sums=("ae1deba71d376b14acc2a7495b1a6a4ed43fa438c59c1d4fcb2648d44964bd71")
prepare() {
cd "${srcdir}/${_gitname}-${pkgver}"