summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMark Wagie2020-02-17 15:21:00 -0700
committerMark Wagie2020-02-17 15:21:00 -0700
commit5dc948e35b0d94c840fc5a800e04f3aad385f775 (patch)
tree899177ca6046adbb6440b980b4227ee0244d0d69
parent74dba990cd054b2f3c189b5c68e32ddbc0ddcf9e (diff)
downloadaur-5dc948e35b0d94c840fc5a800e04f3aad385f775.tar.gz
added qt5ct to optdepends()
-rw-r--r--.SRCINFO3
-rw-r--r--PKGBUILD5
2 files changed, 5 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index fbf5f1e0b646..00b43d947026 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = gammy-git
pkgdesc = Automatic screen brightness tool.
- pkgver = 0.9.54.r0.69154b2
+ pkgver = 0.9.57.r1.e73aa28
pkgrel = 1
url = https://getgammy.com
arch = x86_64
@@ -10,6 +10,7 @@ pkgbase = gammy-git
depends = mesa
depends = qt5-base
optdepends = plog: library for debug logging
+ optdepends = qt5ct: recommended on DE without Qt integration
provides = gammy
conflicts = gammy
source = git+https://github.com/Fushko/gammy.git
diff --git a/PKGBUILD b/PKGBUILD
index 0e0258fa7743..70dc430d4653 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,6 +1,6 @@
# Maintainer: Mark Wagie <mark dot wagie at tutanota dot com>
pkgname=gammy-git
-pkgver=0.9.54.r0.69154b2
+pkgver=0.9.57.r1.e73aa28
pkgrel=1
pkgdesc="Automatic screen brightness tool."
arch=('x86_64')
@@ -8,7 +8,8 @@ url="https://getgammy.com"
license=('GPL3')
depends=('mesa' 'qt5-base')
makedepends=('git' 'imagemagick')
-optdepends=('plog: library for debug logging')
+optdepends=('plog: library for debug logging'
+ 'qt5ct: recommended on DE without Qt integration')
provides=("${pkgname%-git}")
conflicts=("${pkgname%-git}")
source=('git+https://github.com/Fushko/gammy.git'