summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorJoão Figueiredo2024-03-02 13:38:13 +0000
committerJoão Figueiredo2024-03-02 13:38:13 +0000
commitdcc61931402efb24c956c4c7c4e5d9dc4032deba (patch)
tree9d67a6483dea69259d5fb9a838d8e31d2af3d7d3 /PKGBUILD
parentd4bae8ea98b0f95530117bb7897cc5640a6dccc3 (diff)
downloadaur-powerdevil-git.tar.gz
Fix missing optdepends
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 3 insertions, 1 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 19eca99a8856..095c829ebc4d 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@
# Contributor: Antonio Rojas <nqn1976 @ gmail.com>
pkgname=powerdevil-git
-pkgver=6.0.80_r3169.g77cec0d3
+pkgver=6.0.80_r3170.g99efca98
pkgrel=1
pkgdesc='Manages the power consumption settings of a Plasma Shell'
arch=($CARCH)
@@ -11,6 +11,8 @@ url='https://kde.org/plasma-desktop/'
license=(LGPL-2.0-or-later)
depends=(ddcutil gcc-libs glibc plasma-activities-git kauth-git kcmutils-git kconfig-git kcoreaddons-git kcrash-git kdbusaddons-git kglobalaccel-git ki18n-git kidletime-git kirigami-git kitemmodels-git knotifications-git ksvg-git kwindowsystem-git kxmlgui-git layer-shell-qt-git libkscreen-git libplasma-git libxcb plasma-workspace-git qt6-base qt6-declarative solid-git systemd-libs)
makedepends=(git extra-cmake-modules-git kdoctools-git)
+optdepends=('kinfocenter-git: for the Energy Information KCM'
+ 'power-profiles-daemon: power profiles support')
conflicts=(${pkgname%-git})
provides=(${pkgname%-git})
groups=(plasma-git)