summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorMark Wagie2022-10-02 11:21:01 -0600
committerMark Wagie2022-10-02 11:21:01 -0600
commit5485a0a512ba2bcc1e448c174d66cb77b1ae2fb5 (patch)
treeb8a25be5ac6d2eb0c35af653301cfebf7f8c8cd4 /PKGBUILD
parent7a780e18ee4b6d6e6b17565e4b0e5d5f1ed3c5dd (diff)
downloadaur-5485a0a512ba2bcc1e448c174d66cb77b1ae2fb5.tar.gz
add missing dep
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index a84b38a44511..cb48d575ecfd 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,12 +2,12 @@
# Contributor: dracorp aka Piotr Rogoza <piotr.r.public at gmail.com>
pkgname=brightness-controller-git
pkgver=2.4.r5.g7c4a27e
-pkgrel=1
+pkgrel=2
pkgdesc="Control Brightness of your Primary and Secondary Display in Linux"
arch=('x86_64')
url="https://github.com/LordAmit/Brightness"
license=('GPL')
-depends=('python-pyqt5' 'python-qtpy' 'xorg-xrandr')
+depends=('ddcutil' 'python-pyqt5' 'python-qtpy' 'xorg-xrandr')
makedepends=('git' 'python-build' 'python-installer' 'python-poetry' 'python-wheel')
provides=("${pkgname%-git}")
conflicts=("${pkgname%-git}")