author | Antonio Rojas
<arojas@archlinux.org> 2023-06-25 07:28:57 UTC |
committer | Antonio Rojas
<arojas@archlinux.org> 2023-06-25 07:28:57 UTC |
parent | 4bd87ec5dacc8277caf5762273c606bc9c3bb6d3 |
PKGBUILD | +3 | -3 |
diff --git a/PKGBUILD b/PKGBUILD index e1f6572..4e06242 100644 --- a/PKGBUILD +++ b/PKGBUILD @@ -5,13 +5,13 @@ pkgname=powerdevil pkgver=5.27.6 _dirver=$(echo $pkgver | cut -d. -f1-3) -pkgrel=2 +pkgrel=3 pkgdesc='Manages the power consumption settings of a Plasma Shell' arch=(x86_64) url='https://kde.org/plasma-desktop/' license=(LGPL) -depends=(plasma-workspace) -makedepends=(extra-cmake-modules kdoctools bluez-qt networkmanager-qt ddcutil) +depends=(plasma-workspace ddcutil) +makedepends=(extra-cmake-modules kdoctools bluez-qt networkmanager-qt) optdepends=('kinfocenter: for the Energy Information KCM' 'power-profiles-daemon: power profiles support' 'networkmanager-qt: wireless power saving actions'