summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorItzSelenux2021-06-18 21:05:44 +0000
committerItzSelenux2021-06-18 21:05:44 +0000
commit458664a0552afdedf4a24208ccfa4864e5d584a6 (patch)
tree72954411d3f68a188e4b674ad1477095241bb813
parentfffb3d6983a40ea2bb4b8fc2ed9ebee63d953f40 (diff)
downloadaur-458664a0552afdedf4a24208ccfa4864e5d584a6.tar.gz
1.4
-rw-r--r--.SRCINFO1
-rw-r--r--PKGBUILD2
2 files changed, 1 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 6eed787fa0f0..cb5cbb5cc079 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -7,7 +7,6 @@ pkgbase = papirus-folders-gui
license = unknown
makedepends = cmake
makedepends = git
- depends = polkit-gnome
depends = papirus-folders
depends = qt5-base
optdepends = mate-polkit: Polkit Authentication agent, not required on most DE
diff --git a/PKGBUILD b/PKGBUILD
index fa7c28f9fab2..d70a0d7fa8d6 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -9,7 +9,7 @@ arch=('x86_64')
license=('unknown')
optdepends=('mate-polkit: Polkit Authentication agent, not required on most DE')
makedepends=('cmake' 'git')
-depends=('polkit-gnome' 'papirus-folders' 'qt5-base')
+depends=('papirus-folders' 'qt5-base')
provides=('papirus-folders-gui')
conflicts=('papirus-folders-gui-bin')
source=("$pkgname-$pkgver.tar.gz::$url/archive/refs/tags/$pkgver.tar.gz")