summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorPatrick Northon2023-09-19 10:24:33 -0400
committerPatrick Northon2023-09-19 10:24:33 -0400
commit91e059b3b07798431c798fb6dfc4411204cd0562 (patch)
tree1ad5dc5b74ec25f12f72cadea0771c5c303c4d5c /PKGBUILD
parentd5838417c6454a96a3f395421857a2ece3e96c75 (diff)
downloadaur-91e059b3b07798431c798fb6dfc4411204cd0562.tar.gz
Update optdepends.
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD7
1 files changed, 6 insertions, 1 deletions
diff --git a/PKGBUILD b/PKGBUILD
index a452d2126015..6f42ce438675 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -11,7 +11,12 @@ arch=('i686' 'x86_64' 'arm' 'armv6h' 'armv7h' 'aarch64')
url="https://gitlab.manjaro.org/applications/$_pkgname"
license=('GPL3')
depends=('libnotify' 'libpamac-full' 'libhandy' 'libadwaita' 'pamac-cli')
-optdepends=('polkit-gnome: needed for authentification in Cinnamon, Gnome')
+optdepends=(
+ 'polkit-kde-agent: authentication agent for KDE'
+ 'polkit-qt5: Qt5 based authentication agent'
+ 'polkit-gnome: legacy authentication agent for Gnome'
+ 'mate-polkit: authentication agent for Mate'
+ 'plymouth: offline upgrades')
makedepends=('gettext' 'vala' 'meson' 'ninja' 'gobject-introspection')
conflicts=('pamac' 'pamac-gtk' 'pamac-common' 'pamac-aur' 'pamac-aur-git' 'pamac-flatpak' 'pamac-flatpak-gnome')
provides=("pamac=$pkgver-$pkgrel")