summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD2
2 files changed, 2 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 1ee8731de0ad..2cc86b3cd9fa 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -6,7 +6,7 @@ pkgbase = doublecmd-admin
arch = any
license = GPL3
depends = doublecmd-qt5
- depends = pkexec
+ depends = polkit
provides = doublecmd-admin
conflicts = doublecmd-admin
options = !strip
diff --git a/PKGBUILD b/PKGBUILD
index 8176f362a634..f09139db217a 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -8,7 +8,7 @@ url="http://doublecmd.sourceforge.net/"
license=('GPL3')
provides=("${pkgname}")
conflicts=("${pkgname}")
-depends=('doublecmd-qt5' 'pkexec')
+depends=('doublecmd-qt5' 'polkit')
options=('!strip')
source=('https://gitlab.com/linux-stuffs/doublecmd-admin/-/raw/main/distrib/doublecmd-admin-0.1-0.tar.gz')