summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMark Wagie2021-03-10 12:21:06 -0700
committerMark Wagie2021-03-10 12:21:06 -0700
commitc64ae6e8c178e661336bb8037cfd9b571986e5bf (patch)
tree66767b23d9b33d63384182e57f78a09be55a9fe1
parentca1bd275d5d13ed4d9f6aa5aadcafc56fa53d5a0 (diff)
downloadaur-c64ae6e8c178e661336bb8037cfd9b571986e5bf.tar.gz
add clight-gui to optdepends
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD2
2 files changed, 2 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 1c4dc9515482..1738c7ab9ba8 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -19,7 +19,7 @@ pkgbase = clight-git
optdepends = geoclue: to retrieve user location through geoclue.
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.
- optdepends = clight-gui: Clight GUI written in Qt.
+ optdepends = clight-gui-git: Clight GUI written in Qt.
provides = clight
conflicts = clight
backup = etc/default/clight.conf
diff --git a/PKGBUILD b/PKGBUILD
index b5b4d618d546..0550fbaf4ee9 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -14,7 +14,7 @@ optdepends=('geoclue: to retrieve user location through geoclue.'
'upower: to save energy by increasing timeouts between captures while on battery
and to autocalibrate keyboard backlight.'
'bash-completion: to add support for bash automatic completion.'
- 'clight-gui: Clight GUI written in Qt.')
+ 'clight-gui-git: Clight GUI written in Qt.')
provides=("${pkgname%-git}")
conflicts=("${pkgname%-git}")
backup=("etc/default/${pkgname%-git}.conf")