summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorPatrick Northon2023-09-19 10:24:33 -0400
committerPatrick Northon2023-09-19 10:24:33 -0400
commit91e059b3b07798431c798fb6dfc4411204cd0562 (patch)
tree1ad5dc5b74ec25f12f72cadea0771c5c303c4d5c
parentd5838417c6454a96a3f395421857a2ece3e96c75 (diff)
downloadaur-91e059b3b07798431c798fb6dfc4411204cd0562.tar.gz
Update optdepends.
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD7
2 files changed, 11 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 031db6bcd4b1..06e7fd59f420 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -20,7 +20,11 @@ pkgbase = pamac-all
depends = libhandy
depends = libadwaita
depends = pamac-cli
- optdepends = polkit-gnome: needed for authentification in Cinnamon, Gnome
+ optdepends = polkit-kde-agent: authentication agent for KDE
+ optdepends = polkit-qt5: Qt5 based authentication agent
+ optdepends = polkit-gnome: legacy authentication agent for Gnome
+ optdepends = mate-polkit: authentication agent for Mate
+ optdepends = plymouth: offline upgrades
provides = pamac=11.6.0-3
conflicts = pamac
conflicts = pamac-gtk
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")