summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorAtaberk Özen2022-11-01 09:34:38 +0300
committerAtaberk Özen2022-11-01 09:34:38 +0300
commit3e032c678c3e6b9a9978be80f35f400ca85a53e4 (patch)
treec6c18b46886ea075b5b0861e1da3062c1643b0cb
parent6a9175ba2c566cb6a880ad39a07971d5693c71f2 (diff)
downloadaur-3e032c678c3e6b9a9978be80f35f400ca85a53e4.tar.gz
Depend on python-nautilus-gtk4
Until Arch updates it to 4.0
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD2
2 files changed, 2 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 0aa15e3fa709..bdcf91b0e3ec 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -9,7 +9,7 @@ pkgbase = nautilus-admin-gtk4
makedepends = cmake>=2.6
makedepends = gettext
depends = nautilus
- depends = python-nautilus
+ depends = python-nautilus-gtk4
depends = polkit
optdepends = gedit: to use the "Edit as Administrator" action
optdepends = gnome-terminal: to use the "Run as Administrator" action
diff --git a/PKGBUILD b/PKGBUILD
index 775e13670264..a729852ed133 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -9,7 +9,7 @@ pkgdesc="Extension for Nautilus to do administrative operations"
arch=('any')
url="https://github.com/MacTavishAO/$pkgname"
license=('GPL3')
-depends=('nautilus' 'python-nautilus' 'polkit')
+depends=('nautilus' 'python-nautilus-gtk4' 'polkit')
makedepends=('cmake>=2.6' 'gettext')
optdepends=('gedit: to use the "Edit as Administrator" action'
'gnome-terminal: to use the "Run as Administrator" action')