summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authoryochananmarqos2019-10-28 18:18:51 -0600
committeryochananmarqos2019-10-28 18:18:51 -0600
commit9caf1114a70b32ce13de66be352aa1869d93ca8f (patch)
treea5cc015a5743850553539340c7cecda62c07e71c
parent6d97739adc8495906a514604f36061d16276d9d0 (diff)
downloadaur-9caf1114a70b32ce13de66be352aa1869d93ca8f.tar.gz
added optional dependency
-rw-r--r--.SRCINFO3
-rw-r--r--PKGBUILD3
2 files changed, 4 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 9d31636b952c..40e8fdc4a0e3 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = gammy-git
pkgdesc = Automatic screen brightness tool.
- pkgver = 0.9.47.r0.0da193b
+ pkgver = 0.9.52.r0.d92e193
pkgrel = 1
url = https://getgammy.com
arch = x86_64
@@ -8,6 +8,7 @@ pkgbase = gammy-git
makedepends = git
depends = mesa
depends = qt5-base
+ optdepends = plog: library for debug logging
provides = gammy
conflicts = gammy
source = git+https://github.com/Fushko/gammy.git
diff --git a/PKGBUILD b/PKGBUILD
index 7c7b3642736e..f6cdfb04f95d 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,6 +1,6 @@
# Maintainer: Mark Wagie <yochanan dot marqos at gmail dot com>
pkgname=gammy-git
-pkgver=0.9.47.r0.0da193b
+pkgver=0.9.52.r0.d92e193
pkgrel=1
pkgdesc="Automatic screen brightness tool."
arch=('x86_64')
@@ -8,6 +8,7 @@ url="https://getgammy.com"
license=('GPL3')
depends=('mesa' 'qt5-base')
makedepends=('git')
+optdepends=('plog: library for debug logging')
provides=("${pkgname%-git}")
conflicts=("${pkgname%-git}")
source=('git+https://github.com/Fushko/gammy.git'