summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorFederico Di Pierro2021-03-09 19:34:52 +0100
committerFederico Di Pierro2021-03-09 19:34:52 +0100
commit0d57ff31b038c0c6d5b2a79c11726858db415e99 (patch)
treedb27716320557f68ea8897ff8f216e8e488fbd0c
parent0273dd261f0877a6440dabe22f7db7e5d7b65ebf (diff)
downloadaur-0d57ff31b038c0c6d5b2a79c11726858db415e99.tar.gz
Small pkgbuild fixes.
-rw-r--r--.SRCINFO5
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 0ac9050240e2..a6ccf0b1bad8 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = clight-git
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. Devel version.
- pkgver = r799.b4ef9be
+ pkgver = r802.ef958f2
pkgrel = 1
url = https://github.com/FedeDP/Clight
install = clight.install
@@ -10,12 +10,13 @@ pkgbase = clight-git
makedepends = git
makedepends = cmake
makedepends = bash-completion
- depends = systemd>=237
+ depends = systemd-libs
depends = popt
depends = libconfig
depends = gsl
depends = clightd-git
depends = libmodule>=5.0.0
+ depends = hicolor-icon-theme
optdepends = geoclue2: to retrieve user location through geoclue2.
optdepends = upower: to save energy by managing ac states increasing timeouts while on battery.
optdepends = bash-completion: to add support for bash automatic completion.
diff --git a/PKGBUILD b/PKGBUILD
index 7d9ff123aa57..8a215d36beec 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,14 +2,14 @@
pkgname=clight-git
_gitname=Clight
-pkgver=r799.b4ef9be
+pkgver=r802.ef958f2
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. Devel version."
arch=('i686' 'x86_64')
url="https://github.com/FedeDP/${_gitname}"
license=('GPL')
backup=(etc/default/clight.conf)
-depends=('systemd>=237' 'popt' 'libconfig' 'gsl' 'clightd-git' 'libmodule>=5.0.0')
+depends=('systemd-libs' 'popt' 'libconfig' 'gsl' 'clightd-git' 'libmodule>=5.0.0' 'hicolor-icon-theme')
makedepends=('git' 'cmake' 'bash-completion')
optdepends=('geoclue2: to retrieve user location through geoclue2.'
'upower: to save energy by managing ac states increasing timeouts while on battery.'